Преглед изворни кода

ENH: Exclude */Testing/* from path for doxygen documentation generation. STYLE: Modification of the warning if dot is not installed.

Arnaud GELAS пре 15 година
родитељ
комит
a66c5c2ad6
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 1
      Documentation/CMakeLists.txt
  2. 1 0
      Documentation/Doxyfile.txt.in

+ 1 - 1
Documentation/CMakeLists.txt

@@ -28,7 +28,7 @@ IF( DOXYGEN_FOUND )
     ) 
     ) 
   ELSE( DOXYGEN_DOT_FOUND )
   ELSE( DOXYGEN_DOT_FOUND )
     MESSAGE( SEND_ERROR
     MESSAGE( SEND_ERROR
-      "Warning: Doxygen not found - Documentation will not be created"
+      "Warning: Dot not found - Documentation will not be created"
       )
       )
   ENDIF( DOXYGEN_DOT_FOUND )
   ENDIF( DOXYGEN_DOT_FOUND )
 ENDIF( DOXYGEN_FOUND )
 ENDIF( DOXYGEN_FOUND )

+ 1 - 0
Documentation/Doxyfile.txt.in

@@ -677,6 +677,7 @@ EXCLUDE_SYMLINKS       = NO
 EXCLUDE_PATTERNS       = moc_*.cxx \
 EXCLUDE_PATTERNS       = moc_*.cxx \
                          ui_*.h \
                          ui_*.h \
                          */.git/* \
                          */.git/* \
+                         */Testing/* \
                          @CTK_ADDITIONAL_EXCLUDE_PATTERN@
                          @CTK_ADDITIONAL_EXCLUDE_PATTERN@
 
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names