]> Creatis software - gdcm.git/blobdiff - Doc/doxygen.config.in
* src/*.cxx *.h Reference to License.htm fixed to License.html.
[gdcm.git] / Doc / doxygen.config.in
index 07677910a55587c2e6c95d0c183b4814b040b95b..0b97fdad6bea9858121f6f1024c514a95d26d78b 100644 (file)
@@ -301,7 +301,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT  = @GDCM_DOXYGEN_INPUT@
+INPUT  = @GDCM_DOCUMENTATION_INPUT@
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -322,7 +322,7 @@ RECURSIVE              = NO
 # excluded from the INPUT source files. This way you can easily exclude a 
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
 
-EXCLUDE                = @GDCM_DOXYGEN_EXCLUDE@
+EXCLUDE                = @GDCM_DOCUMENTATION_EXCLUDE@
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories 
 # that are symbolic links (a Unix filesystem feature) are excluded from the input.