mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
fix documentation bug (leading quotes break documentation)
This commit is contained in:
parent
64e30aeb24
commit
3445385f95
1 changed files with 4 additions and 3 deletions
|
@ -562,9 +562,10 @@ notmuch_database_get_directory (notmuch_database_t *database,
|
||||||
* terms from the identified file to the existing message's index, and
|
* terms from the identified file to the existing message's index, and
|
||||||
* adds 'filename' to the list of filenames known for the message.
|
* adds 'filename' to the list of filenames known for the message.
|
||||||
*
|
*
|
||||||
* 'indexopts' can be NULL (meaning, use the indexing defaults from
|
* The 'indexopts' parameter can be NULL (meaning, use the indexing
|
||||||
* the database), or can be an explicit choice of indexing options
|
* defaults from the database), or can be an explicit choice of
|
||||||
* that should govern the indexing of this specific 'filename'.
|
* indexing options that should govern the indexing of this specific
|
||||||
|
* 'filename'.
|
||||||
*
|
*
|
||||||
* If 'message' is not NULL, then, on successful return
|
* If 'message' is not NULL, then, on successful return
|
||||||
* (NOTMUCH_STATUS_SUCCESS or NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID) '*message'
|
* (NOTMUCH_STATUS_SUCCESS or NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID) '*message'
|
||||||
|
|
Loading…
Reference in a new issue