소스 검색

Exclude Visualization/XIP from doxygen sources.

The build option for the library is disabled for a long time now.
Sascha Zelzer 13 년 전
부모
커밋
8f098c3bc2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Documentation/Doxyfile.txt.in

+ 2 - 1
Documentation/Doxyfile.txt.in

@@ -685,7 +685,8 @@ RECURSIVE              = YES
 EXCLUDE                = @CTK_BINARY_DIR@ \
                          @CTK_SOURCE_DIR@/Utilities \
                          @CTK_SOURCE_DIR@/CMake/ctkDashboardDriverScript.cmake \
-                         @CTK_SOURCE_DIR@/CMake/ctkDashboardScript.TEMPLATE.cmake
+                         @CTK_SOURCE_DIR@/CMake/ctkDashboardScript.TEMPLATE.cmake \
+                         @CTK_SOURCE_DIR@/Libs/Visualization/XIP
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
 # directories that are symbolic links (a Unix file system feature) are excluded