summaryrefslogtreecommitdiffstats
path: root/doxygen/doxygen.cfg.in
Commit message (Collapse)AuthorAgeFilesLines
* doc: Address warnings emitted by doxygen 1.12.0Duncan Roe2024-09-151-2/+1
| | | | | | | | | | Remove now-obsolete DOT_TRANSPARENT. Add `nstats` to EXCLUDE_SYMBOLS (struct defined in example nfct-daemon.c). While being about it, remove EXPORT_SYMBOL from EXCLUDE_SYMBOLS: only INPUT_FILTER can suppress EXPORT_SYMBOL. Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Florian Westphal <fw@strlen.de>
* doc: move doxygen config file into doxygen directoryJeremy Sowden2022-09-211-0/+23
Now that the `INPUT` directory is correct, we can update `OUTPUT_DIRECTORY` to `.` and we don't need to cd out of the doxygen directory to run doxygen. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Florian Westphal <fw@strlen.de>