diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2020-03-17 22:57:42 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-03-19 21:56:05 -0300 |
| commit | f2a85904f16267930271f5b6601099497f93b0f9 (patch) | |
| tree | 85811d0c9ef16058b96df7b29cf73101cb779063 /lib | |
| parent | b27b23a7f9bc33a842e0c17369bf3dc23e48ccd6 (diff) | |
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>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/notmuch.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
