summaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
authorDuncan Roe <duncan_roe@optusnet.com.au>2021-07-18 13:47:22 +1000
committerPablo Neira Ayuso <pablo@netfilter.org>2021-08-01 12:31:06 +0200
commit6041e3dc83229f4a8c903e5a3082b38c45d097d8 (patch)
tree4efde1cc439952098c323242fa3f2e46650ddfc4 /doxygen.cfg.in
parentcd0cafc7f75c97d44229a09e5fde11ca51a1bb6f (diff)
build: doc: get rid of the need for manual updating of Makefile
There used to be 3 things in doxygen/Makefile.am that developers had to update: 1. The dependency list (i.e. all C sources) 2. The setgroup lines, which renamed each module man page to be the page for the first described function. setgroup also set the target for: 3. The add2group lines, which symlinked pages for other documented functions in the group. The new system eliminates all of the above. Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doxygen.cfg.in')
-rw-r--r--doxygen.cfg.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 1e42e44..ae31dbe 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -18,5 +18,6 @@ SEARCHENGINE = NO
GENERATE_LATEX = NO
LATEX_CMD_NAME = latex
GENERATE_MAN = YES
+MAN_LINKS = YES
HAVE_DOT = @HAVE_DOT@
DOT_TRANSPARENT = YES