diff options
author | Duncan Roe <duncan_roe@optusnet.com.au> | 2021-07-18 13:52:42 +1000 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2021-08-01 12:40:10 +0200 |
commit | 8daab0fed75181fd7202e3daeea7c56aa1285ea2 (patch) | |
tree | ecd43f8b3c1ac6928a7064c524d546fdeb278a95 /doxygen.cfg.in | |
parent | ffc6b5a589ddaa02c853eddfd56e457a55e46fee (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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in index 4c16e3e..266782e 100644 --- a/doxygen.cfg.in +++ b/doxygen.cfg.in @@ -23,5 +23,6 @@ SEARCHENGINE = NO GENERATE_LATEX = NO LATEX_CMD_NAME = latex GENERATE_MAN = YES +MAN_LINKS = YES HAVE_DOT = @HAVE_DOT@ DOT_TRANSPARENT = YES |