|
a/src/doc/prog/Doxyfile |
|
b/src/doc/prog/Doxyfile |
|
... |
|
... |
604 |
|
604 |
|
605 |
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
|
605 |
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
|
606 |
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
|
606 |
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
|
607 |
# put in front of it. If left blank `html' will be used as the default path.
|
607 |
# put in front of it. If left blank `html' will be used as the default path.
|
608 |
|
608 |
|
609 |
HTML_OUTPUT = html
|
609 |
HTML_OUTPUT = docprog_html
|
610 |
|
610 |
|
611 |
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
|
611 |
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
|
612 |
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
|
612 |
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
|
613 |
# doxygen will generate files with .html extension.
|
613 |
# doxygen will generate files with .html extension.
|
614 |
|
614 |
|