From 0e1f2e8d33546b66417caa5e5509fbc10984a617 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Tue, 22 May 2012 23:17:52 +0200 Subject: [PATCH] Added two levels of doc, one for the git structure and one for the packaged (installed) structure. --- doc/Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 2bcae45..2aea847 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -619,7 +619,8 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../ +INPUT = ../ \ + ../src # 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