mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
lib: fix the todo comment placement on NOTMUCH_STATUS_XAPIAN_EXCEPTION
The todo comment got separated from the status it's related to at commit3f32fd8a1c
("Add missing comment for NOTMUCH_STATUS_READONLY_DATABASE."). Later, commitb65ca8e0ba
("lib: modify notmuch.h for automatic document generation") moved it, but to the wrong place. Fix the location.
This commit is contained in:
parent
0df6e5c387
commit
217404ff86
1 changed files with 4 additions and 4 deletions
|
@ -126,15 +126,15 @@ typedef enum _notmuch_status {
|
|||
NOTMUCH_STATUS_READ_ONLY_DATABASE,
|
||||
/**
|
||||
* A Xapian exception occurred.
|
||||
*
|
||||
* @todo We don't really want to expose this lame XAPIAN_EXCEPTION
|
||||
* value. Instead we should map to things like DATABASE_LOCKED or
|
||||
* whatever.
|
||||
*/
|
||||
NOTMUCH_STATUS_XAPIAN_EXCEPTION,
|
||||
/**
|
||||
* An error occurred trying to read or write to a file (this could
|
||||
* be file not found, permission denied, etc.)
|
||||
*
|
||||
* @todo We don't really want to expose this lame XAPIAN_EXCEPTION
|
||||
* value. Instead we should map to things like DATABASE_LOCKED or
|
||||
* whatever.
|
||||
*/
|
||||
NOTMUCH_STATUS_FILE_ERROR,
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue