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:
Vadim Zeitlin
2022-03-30 16:35:45 +02:00
parent 9bb2a02232
commit c63de862c4

View File

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