diff options
Diffstat (limited to 'doc/doxygen.cfg.cmake')
-rwxr-xr-x | doc/doxygen.cfg.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxygen.cfg.cmake b/doc/doxygen.cfg.cmake index f14479c..5c17864 100755 --- a/doc/doxygen.cfg.cmake +++ b/doc/doxygen.cfg.cmake @@ -591,7 +591,7 @@ WARN_LOGFILE = # with spaces. INPUT = @CMAKE_SOURCE_DIR@/doc/mainpage.h \ - @CMAKE_SOURCE_DIR@/src/ \ + @CMAKE_SOURCE_DIR@/src/ \ @CMAKE_SOURCE_DIR@/include @@ -626,7 +626,7 @@ FILE_PATTERNS = *.c \ *.hh \ *.hxx \ *.hpp \ - *.h++ + *.h++ # The RECURSIVE tag can be used to turn specify whether or not subdirectories |