mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Correct doxygen framing for libnotmuch.h
Apparently doxygen needs its comments formatted in a specific way to notice that the group is closed. Without this fix, with doxygen 1.8.16-2 we see: ``` doxygen ./doc/doxygen.cfg …/notmuch/lib/notmuch.h:2322: warning: end of file while inside a group ``` Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
b27b23a7f9
commit
f2a85904f1
1 changed files with 1 additions and 1 deletions
|
@ -2312,7 +2312,7 @@ notmuch_indexopts_destroy (notmuch_indexopts_t *options);
|
|||
*/
|
||||
notmuch_bool_t
|
||||
notmuch_built_with (const char *name);
|
||||
/* @} */
|
||||
/**@}*/
|
||||
|
||||
#pragma GCC visibility pop
|
||||
|
||||
|
|
Loading…
Reference in a new issue