From 31e4c322223c4bd2c605134221d15cca95599a2c Mon Sep 17 00:00:00 2001 From: Ralf Forster <forster@math.fu-berlin.de> Date: Wed, 8 Jul 2009 13:09:42 +0000 Subject: [PATCH] bugfix: remove subdirectory cg-common [[Imported from SVN: r2590]] --- doc/doxygen/Doxyfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index 64710e6e..cdfd3d8a 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -462,8 +462,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../../ag-common \ - ../../ag-common/cg-common +INPUT = ../../ag-common # 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 also the default -- GitLab