diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2015-08-17 13:43:39 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2015-08-17 13:43:39 (GMT) |
commit | e1e745b337c5178abcfa226ec1aaf8fce7a406a8 (patch) | |
tree | 466fd3732b5175b6e512b5c0712f487cebe7a783 | |
parent | 271d929b26a6a06fbdc719032df1c1b422f4b728 (diff) | |
download | hdf5-e1e745b337c5178abcfa226ec1aaf8fce7a406a8.zip hdf5-e1e745b337c5178abcfa226ec1aaf8fce7a406a8.tar.gz hdf5-e1e745b337c5178abcfa226ec1aaf8fce7a406a8.tar.bz2 |
[svn-r27512] Purpose: Fix HDFFV-9288
Description:
(Merged from trunk r27496 and r27494)
- Added footer.html to include copyright and helpdesk info. (trunk r27494)
- Used HTML_EXTRA_FILES for image files. (trunk r27496)
- Changed 1.8.13 to 1.8.x
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 | 8 | ||||
-rw-r--r-- | c++/src/footer.html | 24 |
2 files changed, 28 insertions, 4 deletions
diff --git a/c++/src/cpp_doc_config b/c++/src/cpp_doc_config index f2caed2..be9be4e 100644 --- a/c++/src/cpp_doc_config +++ b/c++/src/cpp_doc_config @@ -38,7 +38,7 @@ PROJECT_NAME = "HDF5 C++ API" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.8.13 +PROJECT_NUMBER = 1.8.x # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -873,7 +873,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = +IMAGE_PATH = ./header_files # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program @@ -1106,7 +1106,7 @@ HTML_HEADER = # that doxygen normally uses. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_FOOTER = +HTML_FOOTER = footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style # sheet that is used by each HTML page. It can be used to fine-tune the look of @@ -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 new file mode 100644 index 0000000..ba37ee7 --- /dev/null +++ b/c++/src/footer.html @@ -0,0 +1,24 @@ + +<!-- INCLUDE VIA PHP FROM <doc_root>/ed_libs/Footer.htm --> + +<address> +<p><hr/></p> +<table width="100%" border="0"> + <tr valign="top"> + <td align="left"> + <address> + <em> The HDF Group Help Desk:</em> <img src="help.jpg" align=top height=16> + </address> + </td><td width="5%"> </td> + <td align="right"> + <a href="https://www.hdfgroup.org/HDF5/doc/Copyright.html">Copyright</a> by + <a href="https://www.hdfgroup.org">The HDF Group</a> + <br> + and the Board of Trustees of the University of Illinois + </td> + </tr> +</table> +</address> + +<!-- END PHP INCLUDE FROM <doc_root>/ed_libs/Footer.htm --> + |