summaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
Commit message (Collapse)AuthorAgeFilesLines
* build: doc: `make` generates requested documentationDuncan Roe2021-10-271-24/+0
| | | | | | | | | | | Generate man pages, HTML, neither or both according to ./configure. Based on the work done for libnetfilter_queue. [ This patch updates the default ./configure option to build the manpages in case that doxygen is available. ] Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* build: doc: remove trailing whitespace from doxygen.cfg.inDuncan Roe2021-09-061-2/+2
| | | | | Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* build: doc: reduce doxygen.cfg.in to non-default entries onlyDuncan Roe2021-09-061-165/+5
| | | | | | | | | | | | | | Also add EXCLUDE_SYMBOLS for structs that are undocumented (otherwise doxygen makes html pages for them but warns they and their members are not documented). This formerly 5KB file is reduced almost down to 1/8th original size. In the interests of a clean diff, the new file still has lines with trailing spaces. Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* doc: add libnetfilter_log doxygen documentation and update copyright noticePablo Neira Ayuso2010-07-141-0/+184
This patch adds the libnetfilter_log documentation in doxygen format. I have also added myself to the copyright header in the libnetfilter_log.c file according to my contributions available in the git repository. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>