]> Creatis software - gdcm.git/blobdiff - Doc/doxygen.config.in
ENH: Ok second chunk of patch, tests seems to go smoothly
[gdcm.git] / Doc / doxygen.config.in
index 54d6d41ab02d91ba14c423a6380177f257c4f257..07677910a55587c2e6c95d0c183b4814b040b95b 100644 (file)
@@ -301,12 +301,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT  = @GDCM_SOURCE_DIR@/src                      \
-         @GDCM_SOURCE_DIR@/Doc/DoxyPython.txt       \
-         @GDCM_SOURCE_DIR@/Doc/DoxyMainPage.txt     \
-         @GDCM_SOURCE_DIR@/Doc/DoxyInstallation.txt \
-         @GDCM_SOURCE_DIR@/Doc/DoxyDevelInstal.txt  \
-         @GDCM_SOURCE_DIR@/Doc/DoxyIntroduction.txt 
+INPUT  = @GDCM_DOXYGEN_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 
@@ -327,8 +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_SOURCE_DIR@/src/iddcmjpeg.h      \
-                         @GDCM_SOURCE_DIR@/src/src/gdcmJpeg.cxx
+EXCLUDE                = @GDCM_DOXYGEN_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.
@@ -429,7 +423,7 @@ COLS_IN_ALPHA_INDEX    = 5
 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that 
 # should be ignored while generating the index headers.
 
-IGNORE_PREFIX          = 
+IGNORE_PREFIX          = gdcm
 
 #---------------------------------------------------------------------------
 # configuration options related to the HTML output
@@ -444,7 +438,7 @@ GENERATE_HTML          = YES
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 
 # put in front of it. If left blank `html' will be used as the default path.
 
-HTML_OUTPUT            = html.developper
+HTML_OUTPUT            = @GDCM_HTML_OUTPUT@
 
 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for 
 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank 
@@ -890,38 +884,3 @@ DOT_CLEANUP            = YES
 # used. If set to NO the values of all tags below this one will be ignored.
 
 SEARCHENGINE           = NO
-
-# The CGI_NAME tag should be the name of the CGI script that 
-# starts the search engine (doxysearch) with the correct parameters. 
-# A script with this name will be generated by doxygen.
-
-CGI_NAME               = search.cgi
-
-# The CGI_URL tag should be the absolute URL to the directory where the 
-# cgi binaries are located. See the documentation of your http daemon for 
-# details.
-
-CGI_URL                = 
-
-# The DOC_URL tag should be the absolute URL to the directory where the 
-# documentation is located. If left blank the absolute path to the 
-# documentation, with file:// prepended to it, will be used.
-
-DOC_URL                = 
-
-# The DOC_ABSPATH tag should be the absolute path to the directory where the 
-# documentation is located. If left blank the directory on the local machine 
-# will be used.
-
-DOC_ABSPATH            = 
-
-# The BIN_ABSPATH tag must point to the directory where the doxysearch binary 
-# is installed.
-
-BIN_ABSPATH            = /usr/local/bin/
-
-# The EXT_DOC_PATHS tag can be used to specify one or more paths to 
-# documentation generated for other projects. This allows doxysearch to search 
-# the documentation for these projects as well.
-
-EXT_DOC_PATHS          =