diff options
Diffstat (limited to 'doxygen/Doxyfile.in')
-rw-r--r-- | doxygen/Doxyfile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in index 8c871de..0fba719 100644 --- a/doxygen/Doxyfile.in +++ b/doxygen/Doxyfile.in @@ -870,6 +870,7 @@ FILE_PATTERNS = H5*public.h \ H5FDsplitter.h \ H5FDstdio.h \ H5FDwindows.h \ + H5Tdevelop.h \ H5VLconnector.h \ H5VLconnector_passthru.h \ H5VLnative.h \ @@ -943,7 +944,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = +IMAGE_PATH = @HDF5_DOXYGEN_DIR@/img # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program |