diff options
| author | hathach <[email protected]> | 2014-04-15 00:10:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-04-15 00:10:01 +0700 |
| commit | 622704a19626926a4b5f91b9ba7f5c357a30a462 (patch) | |
| tree | b12a03bf9522fc0027babc55217cb1a81d8328b9 /tinyusb.Doxyfile | |
| parent | beb46a24924f76acad4720006d36462a720ee756 (diff) | |
update doc
Diffstat (limited to 'tinyusb.Doxyfile')
| -rw-r--r-- | tinyusb.Doxyfile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tinyusb.Doxyfile b/tinyusb.Doxyfile index aff4afd8d..6ddf12f69 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 = ../../../web/gh_page +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 @@ -749,11 +749,11 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = ../doxygen \ - ../readme.markdown \ - ../tinyusb \ - ../boards \ - ../tests/readme.md +INPUT = doxygen \ + readme.markdown \ + tinyusb \ + boards \ + tests/readme.md # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -1106,7 +1106,7 @@ HTML_FILE_EXTENSION = .html # of the possible markers and block names see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_HEADER = header.html +HTML_HEADER = doxygen/header.html # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each # generated HTML page. If the tag is left blank doxygen will generate a standard |
