diff options
author | Duncan Roe <duncan_roe@optusnet.com.au> | 2021-08-13 14:44:36 +1000 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2021-08-15 14:06:42 +0200 |
commit | bd7189f6fbe6648f5e61ca9aa1169ebaf846adde (patch) | |
tree | 2f698c960d721ab64526e7e590dc9f273f2a40b4 /src/extra/ipv6.c | |
parent | 50b3846c1ea49580a6d2f6f68c98a3ffa2d75f88 (diff) |
src: doc: Insert SYNOPSIS sections for man pages
In order to work with the post-processing logic in doxygen/Makefile.am,
SYNOPSIS sections must be inserted at the end of the module description
(text after \defgroup or \addtogroup)
(becomes Detailed Description in the man page).
Also a few minor updates including rename module uselessfns to do_not_use.
Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/extra/ipv6.c')
-rw-r--r-- | src/extra/ipv6.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/extra/ipv6.c b/src/extra/ipv6.c index 40b9950..69d86a8 100644 --- a/src/extra/ipv6.c +++ b/src/extra/ipv6.c @@ -24,6 +24,17 @@ /** * \defgroup ipv6 IPv6 helper functions + * + * \manonly +.SH SYNOPSIS +.nf +\fB +#include <arpa/inet.h> +#include <linux/netfilter/nfnetlink_queue.h> +#include <libnetfilter_queue/libnetfilter_queue.h> +#include <libnetfilter_queue/libnetfilter_queue_ipv6.h> +\endmanonly + * * @{ */ |