Doxyfile

changeset 256
2c21b42cf11d
parent 226
669136d4e3af
child 266
33d229634809
--- a/Doxyfile	Fri Oct 20 13:50:13 2017 +0200
+++ b/Doxyfile	Fri Oct 20 15:28:06 2017 +0200
@@ -58,7 +58,7 @@
 # entered, it will be relative to the location where doxygen was started. If
 # left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = docs/api
+OUTPUT_DIRECTORY       = docs
 
 # 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
@@ -754,7 +754,7 @@
 # spaces.
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = ./ucx
+INPUT                  = ./src
 
 # 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
@@ -1019,7 +1019,7 @@
 # The default directory is: html.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_OUTPUT            = html
+HTML_OUTPUT            = web/api
 
 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
 # generated HTML page (for example: .htm, .php, .asp).

mercurial