From: Daniel Kahn Gillmor Date: Wed, 18 Mar 2020 02:57:42 +0000 (-0400) Subject: Correct doxygen framing for libnotmuch.h X-Git-Tag: archive/debian/0.30_rc0-1~80 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f2a85904f16267930271f5b6601099497f93b0f9 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 --- diff --git a/lib/notmuch.h b/lib/notmuch.h index 34666b88..ceb5a018 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -2312,7 +2312,7 @@ notmuch_indexopts_destroy (notmuch_indexopts_t *options); */ notmuch_bool_t notmuch_built_with (const char *name); -/* @} */ +/**@}*/ #pragma GCC visibility pop