]> Creatis software - gdcm.git/blobdiff - Doc/doxygen.config.in
* Added documentation of vtkgdcmReader on Website:
[gdcm.git] / Doc / doxygen.config.in
index 0b97fdad6bea9858121f6f1024c514a95d26d78b..4783a68a0435d021340a6c9706fb86a9d9cfdd1c 100644 (file)
@@ -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