Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: Address warnings emitted by doxygen 1.12.0 | Duncan Roe | 2024-09-15 | 1 | -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 directory | Jeremy Sowden | 2022-09-21 | 1 | -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> |