]> Creatis software - gdcm.git/commitdiff
ENH: Improve documentation
authormalaterre <malaterre>
Tue, 7 Jun 2005 14:37:47 +0000 (14:37 +0000)
committermalaterre <malaterre>
Tue, 7 Jun 2005 14:37:47 +0000 (14:37 +0000)
Doc/CMakeLists.txt
Doc/doxygen.config.in

index 995ae41279d35c3c0c4ea5dd09f14f60da2c6eae..ea1a813ae10757ab4f8f7f3cc9110ef3be8bafd1 100644 (file)
@@ -23,9 +23,7 @@ IF(GDCM_DOCUMENTATION)
     "${GDCM_SOURCE_DIR}/src ${GDCM_SOURCE_DIR}/Doc/DoxyPython.txt ${GDCM_SOURCE_DIR}/Doc/DoxyVtkGdmReaderExamples.txt"
   )
   SET(GDCM_DOCUMENTATION_EXCLUDE_COMMON
-    "${GDCM_SOURCE_DIR}/src/gdcmJpeg.cxx"
-    "${GDCM_SOURCE_DIR}/src/jdatasrc.cxx"
-    "${GDCM_SOURCE_DIR}/src/jdatadst.cxx"
+    "${GDCM_SOURCE_DIR}/src/gdcmJpeg.cxx ${GDCM_SOURCE_DIR}/src/jdatasrc.cxx ${GDCM_SOURCE_DIR}/src/jdatadst.cxx"
   )
   
   IF(GDCM_VTK)
index ddb51f19e9145113adf5a24252ca7bde48dc7c0d..8103cd5d968bc50c320c6bb2b92d116f744d5a98 100644 (file)
@@ -23,7 +23,7 @@ PROJECT_NAME           = gdcm
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = @GDCM_VERSION_MAJOR@.@GDCM_VERSION_MINOR@.@GDCM_VERSION_PATCH@
+PROJECT_NUMBER         = @GDCM_MAJOR_VERSION@.@GDCM_MINOR_VERSION@.@GDCM_BUILD_VERSION@
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
@@ -310,7 +310,7 @@ INPUT  = @GDCM_DOCUMENTATION_INPUT@
 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp 
 # *.h++ *.idl *.odl
 
-FILE_PATTERNS          = *.cxx *.h
+FILE_PATTERNS          = *.h *.cxx
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
 # should be searched for input files as well. Possible values are YES and NO. 
@@ -339,7 +339,7 @@ EXCLUDE_PATTERNS       =
 # directories that contain example code fragments that are included (see 
 # the \include command).
 
-EXAMPLE_PATH = @GDCM_SOURCE_DIR@/gdcmPython/demo @GDCM_SOURCE_DIR@/vtk
+EXAMPLE_PATH = @GDCM_SOURCE_DIR@/Example @GDCM_SOURCE_DIR@/Testing @GDCM_SOURCE_DIR@/gdcmPython/demo @GDCM_SOURCE_DIR@/vtk
 
 # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp