diff options
author | Gerd Heber <gheber@hdfgroup.org> | 2020-11-09 17:15:58 (GMT) |
---|---|---|
committer | Gerd Heber <gheber@hdfgroup.org> | 2020-11-09 17:15:58 (GMT) |
commit | dddd15cccff9a57cec2cf4b222f9cf8985aae647 (patch) | |
tree | f429c4d1ee3b1f7a13002c73ada516f0d985383d /doxygen | |
parent | bb6bb5716579581123ba75b0ef2f2c453f86ff69 (diff) | |
download | hdf5-dddd15cccff9a57cec2cf4b222f9cf8985aae647.zip hdf5-dddd15cccff9a57cec2cf4b222f9cf8985aae647.tar.gz hdf5-dddd15cccff9a57cec2cf4b222f9cf8985aae647.tar.bz2 |
First cut of H5F.
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/Doxyfile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in index 22a16e9..711fa7a 100644 --- a/doxygen/Doxyfile.in +++ b/doxygen/Doxyfile.in @@ -263,6 +263,8 @@ TAB_SIZE = 4 ALIASES = +@INCLUDE = @DOXYGEN_INCLUDE_ALIASES@ + # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For # instance, some of the names that are used will be different. The list of all @@ -2146,7 +2148,7 @@ SEARCH_INCLUDES = YES # preprocessor. # This tag requires that the tag SEARCH_INCLUDES is set to YES. -INCLUDE_PATH = @DOXYGEN_INCLUDE_ALIASES@ +INCLUDE_PATH = # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the |