summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDuncan Roe <duncan_roe@optusnet.com.au>2019-10-27 19:49:06 +1100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-11-04 18:24:44 +0100
commite46569cd8583fd0ed4ed20fc51ff7e2b875c2d11 (patch)
treec6cd0beed37ebd9133e7eafec8db174042536777 /configure.ac
parent5087de4556d1367fad54b3ea1cd38a770a15995c (diff)
downloadlibnfnetlink-e46569cd8583fd0ed4ed20fc51ff7e2b875c2d11.tar.gz
Minimally resurrect doxygen documentation
The documentation was written in the days before doxygen required groups or even doxygen.cfg, so create doxygen.cfg.in and introduce one \defgroup per source file, encompassing pretty-much the whole file. Also add a tiny \mainpage. Added: doxygen.cfg.in: Same as for libmnl except FILE_PATTERNS = *.c libnfnetlink.h Updated: configure.ac: Create doxygen.cfg src/iftable.c: Add defgroup src/libnfnetlink.c: Add mainpage and defgroup Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b979772..922ec09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,6 @@ dnl--------------------------------
dnl Output the makefile
-AC_CONFIG_FILES([Makefile src/Makefile include/Makefile
+AC_CONFIG_FILES([Makefile src/Makefile include/Makefile doxygen.cfg
include/libnfnetlink/Makefile utils/Makefile libnfnetlink.pc])
AC_OUTPUT