summaryrefslogtreecommitdiff
path: root/tinyusb.Doxyfile
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-31 16:07:04 +0700
committerhathach <[email protected]>2014-03-31 16:16:27 +0700
commitc939c1124806698b756ebc37a4f0d61f16bf3252 (patch)
tree8416de899975c048f3252fc0c52a2b7b936ba961 /tinyusb.Doxyfile
parent22b7e9f30686f7492261c4f7894741298575390a (diff)
document
Diffstat (limited to 'tinyusb.Doxyfile')
-rw-r--r--tinyusb.Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb.Doxyfile b/tinyusb.Doxyfile
index c0cbd1b42..9180ca172 100644
--- a/tinyusb.Doxyfile
+++ b/tinyusb.Doxyfile
@@ -58,7 +58,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
-OUTPUT_DIRECTORY = docs
+OUTPUT_DIRECTORY = ../../web/gh_page
# 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
@@ -1079,7 +1079,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 = 0.4
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp).