diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-10-03 15:27:21 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-10-03 15:27:21 (GMT) |
commit | 8caeed7e5449351ae902eae1088d75e72c59f542 (patch) | |
tree | 6422a4a9b7f074e1a57b7ea4c008a08bda77934d | |
parent | 9d6ba29a01079e0f81ffa530605d8cd830378f9c (diff) | |
parent | afc9ce25b68caff7744f8a8a41407a4bfdf34690 (diff) | |
download | hdf5-8caeed7e5449351ae902eae1088d75e72c59f542.zip hdf5-8caeed7e5449351ae902eae1088d75e72c59f542.tar.gz hdf5-8caeed7e5449351ae902eae1088d75e72c59f542.tar.bz2 |
Merge pull request #689 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
* commit 'afc9ce25b68caff7744f8a8a41407a4bfdf34690':
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.
-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 |