diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2015-08-11 16:44:07 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2015-08-11 16:44:07 (GMT) |
commit | 555a29e8966a615e7bf3ad64dea8139e812fc880 (patch) | |
tree | 4c68d5ebaf6eb3c1b336ce493ff56001e31324a5 /c++/src/cpp_doc_config | |
parent | caf0e7692a2f3cf0f2d0957c30a404e6c706d3df (diff) | |
download | hdf5-555a29e8966a615e7bf3ad64dea8139e812fc880.zip hdf5-555a29e8966a615e7bf3ad64dea8139e812fc880.tar.gz hdf5-555a29e8966a615e7bf3ad64dea8139e812fc880.tar.bz2 |
[svn-r27494] Purpose: Fix HDFFV-9288
Description:
Added footer to include copyright and helpdesk info.
Platform tested:
Re-run Doxygen on cpp_doc_config and verified the html files on a
Windows 7 machine.
Diffstat (limited to 'c++/src/cpp_doc_config')
-rw-r--r-- | c++/src/cpp_doc_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/cpp_doc_config b/c++/src/cpp_doc_config index 53d9a7d..376d6cc 100644 --- a/c++/src/cpp_doc_config +++ b/c++/src/cpp_doc_config @@ -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 |