]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
doxy: consider doxygen dir
authordberzano <dario.berzano@cern.ch>
Fri, 9 Jan 2015 14:51:20 +0000 (15:51 +0100)
committerdberzano <dario.berzano@cern.ch>
Fri, 9 Jan 2015 15:01:10 +0000 (16:01 +0100)
doxygen/Doxyfile.in

index 5ac7edcc3a7bfae3baaad2656ce0719589196b0e..0b87c503b9846c936eeab6045e4c4b45aa5adfe5 100644 (file)
@@ -758,7 +758,8 @@ WARN_LOGFILE           =
 # spaces.
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = @CMAKE_SOURCE_DIR@/TPC
+INPUT                  = @CMAKE_SOURCE_DIR@/doxygen \
+                         @CMAKE_SOURCE_DIR@/TPC
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -781,7 +782,8 @@ INPUT_ENCODING         = UTF-8
 FILE_PATTERNS          = *.h \
                          *.cxx \
                          *.icc \
-                         *.C
+                         *.C \
+                         *.dox
 
 # The RECURSIVE tag can be used to specify whether or not subdirectories should
 # be searched for input files as well.