aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-05 14:29:20 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-05 14:29:20 -0600
commit90443c8d4e5e71968d04f68ec1d1d494e1f37508 (patch)
tree4fa6c2fbea7f031960605d7e7f0f34bf90a074fb /Doxyfile
parentadd Doxyfile (diff)
downloadargs.hxx-90443c8d4e5e71968d04f68ec1d1d494e1f37508.tar.xz
set up Doxygen to actually run and build
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index b277cd9..d3de7e3 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1054,7 +1054,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 = public
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp).