From dd51f6b1806d7fce34c075fdf85d5582108f7e6e Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Thu, 23 Jun 2011 22:04:20 +1000 Subject: [PATCH] Correct the source path for Doxygen --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index 02bf2f34..c58085cb 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -564,7 +564,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @top_srcdir@/src +INPUT = @top_srcdir@ # 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