diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2014-05-19 17:48:55 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2014-05-19 17:48:55 (GMT) |
commit | 5444efe2b126375a363ee7e506d3ac9f8088f236 (patch) | |
tree | 9079fdfc8a38fc70c958fbe1d8d2dbfd9caa95f5 /c++ | |
parent | 2c12b5d42d3ed9c90a2210878d7b319a40145515 (diff) | |
download | hdf5-5444efe2b126375a363ee7e506d3ac9f8088f236.zip hdf5-5444efe2b126375a363ee7e506d3ac9f8088f236.tar.gz hdf5-5444efe2b126375a363ee7e506d3ac9f8088f236.tar.bz2 |
[svn-r25202] Description:
Set OUTPUT_DIRECTORY to cpplus_RM and HTML_OUTPUT to '.' because
they were reset by accident causing "bin/release doc" to fail.
Ran bin/release to verify the failure was gone.
Diffstat (limited to 'c++')
-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 ea10b04..f2caed2 100644 --- a/c++/src/cpp_doc_config +++ b/c++/src/cpp_doc_config @@ -58,7 +58,7 @@ PROJECT_LOGO = ./header_files/hdf_logo.jpg # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = HTML +OUTPUT_DIRECTORY = cpplus_RM # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and @@ -1069,7 +1069,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = HTML +HTML_OUTPUT = . # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). |