소스 검색

fixes directories in Doxyfile

Caleb Fangmeier 8 년 전
부모
커밋
ebec5ef8dd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Doxyfile.in

+ 2 - 2
Doxyfile.in

@@ -790,8 +790,8 @@ WARN_LOGFILE           =
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = @CMAKE_CURRENT_SOURCE_DIR@/
-                         @CMAKE_CURRENT_SOURCE_DIR@/filval/
+INPUT                  = @CMAKE_CURRENT_SOURCE_DIR@/ \
+                         @CMAKE_CURRENT_SOURCE_DIR@/filval/ \
                          @CMAKE_CURRENT_SOURCE_DIR@/filval_root
 
 # This tag can be used to specify the character encoding of the source files