From 11b20bd5c596e2bffbf5a77c1b961d8f01878c43 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 11 Sep 2009 22:07:27 +0200 Subject: Added another source file directory to scan for doxygen --- doxygen/Doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doxygen') diff --git a/doxygen/Doxygen.conf b/doxygen/Doxygen.conf index 1946f61..f2654c0 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 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 # 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