]> git.notmuchmail.org Git - notmuch/commitdiff
fix documentation bug (leading quotes break documentation)
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 5 Sep 2017 13:21:00 +0000 (09:21 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 6 Sep 2017 00:54:46 +0000 (21:54 -0300)
lib/notmuch.h

index 66ecb5fc4f65ceee2b4df424855c8cf9df4f2238..f26565f356d49e3c5906d1f833562ff9f866c510 100644 (file)
@@ -562,9 +562,10 @@ notmuch_database_get_directory (notmuch_database_t *database,
  * terms from the identified file to the existing message's index, and
  * adds 'filename' to the list of filenames known for the message.
  *
  * terms from the identified file to the existing message's index, and
  * adds 'filename' to the list of filenames known for the message.
  *
- * 'indexopts' can be NULL (meaning, use the indexing defaults from
- * the database), or can be an explicit choice of indexing options
- * that should govern the indexing of this specific 'filename'.
+ * The 'indexopts' parameter can be NULL (meaning, use the indexing
+ * defaults from the database), or can be an explicit choice of
+ * indexing options that should govern the indexing of this specific
+ * 'filename'.
  *
  * If 'message' is not NULL, then, on successful return
  * (NOTMUCH_STATUS_SUCCESS or NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID) '*message'
  *
  * If 'message' is not NULL, then, on successful return
  * (NOTMUCH_STATUS_SUCCESS or NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID) '*message'