diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-10-03 13:53:04 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-10-03 13:53:04 (GMT) |
commit | 27a0c46ec6f1fb843c61421261cb00397f9f6765 (patch) | |
tree | fad69eb7ab781d4ee0e11c0e8eb2446922299579 /c++ | |
parent | b54f4323e391a953409f0d9a0fd4e02a639c74ad (diff) | |
download | hdf5-27a0c46ec6f1fb843c61421261cb00397f9f6765.zip hdf5-27a0c46ec6f1fb843c61421261cb00397f9f6765.tar.gz hdf5-27a0c46ec6f1fb843c61421261cb00397f9f6765.tar.bz2 |
Updated doxygen config file
Description:
Added C2Cppfunction_map.mht to HTML_EXTRA_FILES.
Verified that the file is copied to cpplus_RM after running doxygen
on cpp_doc_config.
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/cpp_doc_config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/src/cpp_doc_config b/c++/src/cpp_doc_config index ce23041..ae5dd90 100644 --- a/c++/src/cpp_doc_config +++ b/c++/src/cpp_doc_config @@ -1139,7 +1139,8 @@ HTML_EXTRA_STYLESHEET = # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_FILES = ./header_files/help.jpg +HTML_EXTRA_FILES = ./header_files/help.jpg \ + ./C2Cppfunction_map.mht # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the stylesheet and background images according to |