From 11e48b3e783b43746ec40eefa4748ae20fe6a347 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 4 Oct 2011 11:17:49 +0200 Subject: [PATCH] doc: Include htp documentation. Suricata and libhtp are heavily linked and this patch adds libhtp doxygen documentation to suricata. --- doxygen.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen.cfg b/doxygen.cfg index 9fd5c87764..4fe6a478a7 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -454,7 +454,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = src/ +INPUT = src/ libhtp/htp/ # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp