X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2Fdoxygen.config.in;h=4783a68a0435d021340a6c9706fb86a9d9cfdd1c;hb=64f79e8efbfae49231d1f469aa4fcc4acf0da70c;hp=07677910a55587c2e6c95d0c183b4814b040b95b;hpb=4c497616c365096ee0cba3add6b36cac7277e9cb;p=gdcm.git diff --git a/Doc/doxygen.config.in b/Doc/doxygen.config.in index 07677910..4783a68a 100644 --- a/Doc/doxygen.config.in +++ b/Doc/doxygen.config.in @@ -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. @@ -339,14 +339,14 @@ EXCLUDE_PATTERNS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = @GDCM_SOURCE_DIR@/gdcmPython/demo +EXAMPLE_PATH = @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 # and *.h) to filter out the source-files in the directories. If left # blank all files are included. -EXAMPLE_PATTERNS = +EXAMPLE_PATTERNS = *.py *.cxx # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # searched for input files to be used with the \include or \dontinclude