From 65a651d5b91f8bce08054e0ac575e68f978c561a Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Mon, 29 Nov 2021 22:08:22 -0500 Subject: capture: Add header files to Doxygen Add @file markers for capture headers so that Doxygen will generate documentation for them. Additionally, update the doxygen config file per 7fee50274f36a5feba113aa9ad3e72ca37bf1466 merging the caputils and capchild directories. --- doxygen.cfg.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doxygen.cfg.in') diff --git a/doxygen.cfg.in b/doxygen.cfg.in index c70edff0c9..9159c2b037 100644 --- a/doxygen.cfg.in +++ b/doxygen.cfg.in @@ -832,8 +832,7 @@ WARN_LOGFILE = # ls */*.h | xargs -n1 dirname | sort -u INPUT = @DOXYGEN_INPUT_DIRECTORY@/wireshark.dox \ @DOXYGEN_TOP_LEVEL_SOURCES@ \ - @DOXYGEN_INPUT_DIRECTORY@/capchild \ - @DOXYGEN_INPUT_DIRECTORY@/caputils \ + @DOXYGEN_INPUT_DIRECTORY@/capture \ @DOXYGEN_INPUT_DIRECTORY@/epan \ @DOXYGEN_INPUT_DIRECTORY@/extcap \ @DOXYGEN_INPUT_DIRECTORY@/plugins \ -- cgit v1.2.3