From 21b591474d71a129988e3c11b616e417cadae052 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 15 Sep 2009 21:45:44 +0200 Subject: Make Doxygen also document utils/ --- doxygen/Doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/Doxygen.conf b/doxygen/Doxygen.conf index ae14c16..18b9ab3 100644 --- a/doxygen/Doxygen.conf +++ b/doxygen/Doxygen.conf @@ -568,7 +568,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = common/ database/ database/sqlite database/sqlite/administration eurephiadm/ eurephiadm/commands plugin/ plugin/firewall plugin/firewall/iptables +INPUT = common/ database/ database/sqlite database/sqlite/administration eurephiadm/ eurephiadm/commands plugin/ plugin/firewall plugin/firewall/iptables utils/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is -- cgit