From 500d29f356f67792c87471f34679daa143bd348e Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 11 Mar 2024 16:59:14 -0600 Subject: [PATCH] doxygen: document the examples directory --- doxygen.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen.cfg b/doxygen.cfg index 5e07af09c6..22fc4543a3 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -829,7 +829,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = src/ libhtp/htp/ +INPUT = src/ libhtp/htp/ examples/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses