[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.
This commit is contained in:
Binh-Minh Ribler 2014-05-19 12:48:55 -05:00
parent 2c12b5d42d
commit 5444efe2b1

View File

@ -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).