diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2015-08-11 18:36:39 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2015-08-11 18:36:39 (GMT) |
commit | c98d072e6987afd9a3b7c501b36cc99f5fc7ec98 (patch) | |
tree | 77ef654250e44643d1505c1bf3fdc69d3a922c7f | |
parent | 53d53ee0eeec6207e280c13e40a3c0ee2368eb06 (diff) | |
download | hdf5-c98d072e6987afd9a3b7c501b36cc99f5fc7ec98.zip hdf5-c98d072e6987afd9a3b7c501b36cc99f5fc7ec98.tar.gz hdf5-c98d072e6987afd9a3b7c501b36cc99f5fc7ec98.tar.bz2 |
[svn-r27496] Description:
Used HTML_EXTRA_FILES for image files.
Platform tested:
Re-run Doxygen on cpp_doc_config and verified the html files on a
Windows 7 machine.
-rw-r--r-- | c++/src/cpp_doc_config | 2 | ||||
-rw-r--r-- | c++/src/footer.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/cpp_doc_config b/c++/src/cpp_doc_config index 376d6cc..0e1fa6a 100644 --- a/c++/src/cpp_doc_config +++ b/c++/src/cpp_doc_config @@ -1139,7 +1139,7 @@ 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 = +HTML_EXTRA_FILES = ./header_files/help.jpg # 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 diff --git a/c++/src/footer.html b/c++/src/footer.html index 5c624f7..ba37ee7 100644 --- a/c++/src/footer.html +++ b/c++/src/footer.html @@ -7,7 +7,7 @@ <tr valign="top"> <td align="left"> <address> - <em> The HDF Group Help Desk:</em> <img src="./header_files/help.jpg" align=top height=16> + <em> The HDF Group Help Desk:</em> <img src="help.jpg" align=top height=16> </address> </td><td width="5%"> </td> <td align="right"> |