summaryrefslogtreecommitdiffstats
path: root/c++/src/cpp_doc_config
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-10-04 19:09:10 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-10-04 19:09:10 (GMT)
commite0140506abdcf9fb643f2d0a3b25f74b3e3d36e0 (patch)
tree1437fd7df098339603b10f4d65fd0968167d6661 /c++/src/cpp_doc_config
parentd274e32483d91c9c3f557c26c61e41988c6cf07e (diff)
downloadhdf5-e0140506abdcf9fb643f2d0a3b25f74b3e3d36e0.zip
hdf5-e0140506abdcf9fb643f2d0a3b25f74b3e3d36e0.tar.gz
hdf5-e0140506abdcf9fb643f2d0a3b25f74b3e3d36e0.tar.bz2
Miscellaneous code cleanup
Description: - Added a single page html file, C2Cppfunction_map.mht, that shows the current mapping of C APIs to C++ member functions. This page can be reached from the main page of the C++ reference manual. - Updated doxygen config file: C2Cppfunction_map.mht to HTML_EXTRA_FILES. - Miscellaneous improvements in comments, including updating URLs. - Removed deprecated H5Location and H5Object constructors that take an existing ID.
Diffstat (limited to 'c++/src/cpp_doc_config')
-rw-r--r--c++/src/cpp_doc_config3
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/src/cpp_doc_config b/c++/src/cpp_doc_config
index ade4ac1..77e5fef 100644
--- a/c++/src/cpp_doc_config
+++ b/c++/src/cpp_doc_config
@@ -1150,7 +1150,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