diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-09-05 09:21:00 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-09-05 21:54:46 -0300 |
| commit | 3445385f95c4e28312466f07d25c51c2b7273d3e (patch) | |
| tree | 4d83a1884d615030c55d21b0663df5c4af32ad41 /lib/notmuch.h | |
| parent | 64e30aeb245631e3e30091e426fd45bfc2dcb448 (diff) | |
fix documentation bug (leading quotes break documentation)
Diffstat (limited to 'lib/notmuch.h')
| -rw-r--r-- | lib/notmuch.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h index 66ecb5fc..f26565f3 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -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. * - * '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' |
