From 0635a93e2f61af0638731d8f4b7e2cf7d27ed114 Mon Sep 17 00:00:00 2001 From: Duncan Roe Date: Wed, 2 Oct 2019 16:48:48 +1000 Subject: nlmsg: Fix a missing doxygen section trailer This corrects an oddity in the web doco (and presumably in the man pages as well) whereby "Netlink message batch helpers" was showing up as a sub-topic of "Netlink message helpers". This was included in my original (rejected) patch "Enable doxygen to generate Function Documentation" with a comment "(didn't think it warrantied an extra patch)" - clearly wrong Signed-off-by: Pablo Neira Ayuso --- src/nlmsg.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/nlmsg.c b/src/nlmsg.c index fb99135..d398e63 100644 --- a/src/nlmsg.c +++ b/src/nlmsg.c @@ -370,6 +370,10 @@ EXPORT_SYMBOL void mnl_nlmsg_fprintf(FILE *fd, const void *data, size_t datalen, } } +/** + * @} + */ + /** * \defgroup batch Netlink message batch helpers * -- cgit v1.2.3