Actually use WX_HTML_OUTPUT_DIR in Doxyfile
This should have been part of efa1c59141 (Allow setting
WX_HTML_OUTPUT_DIR to override default location, 2022-03-28) but was
forgotten there.
This commit is contained in:
@@ -351,7 +351,7 @@ IGNORE_PREFIX = wx
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
GENERATE_HTML = $(GENERATE_HTML)
|
||||
HTML_OUTPUT = html
|
||||
HTML_OUTPUT = $(WX_HTML_OUTPUT_DIR)
|
||||
HTML_FILE_EXTENSION = .html
|
||||
HTML_HEADER = custom_header.html
|
||||
HTML_FOOTER = custom_footer.html
|
||||
|
||||
Reference in New Issue
Block a user