Doxyfile

changeset 256
2c21b42cf11d
parent 226
669136d4e3af
child 266
33d229634809
     1.1 --- a/Doxyfile	Fri Oct 20 13:50:13 2017 +0200
     1.2 +++ b/Doxyfile	Fri Oct 20 15:28:06 2017 +0200
     1.3 @@ -58,7 +58,7 @@
     1.4  # entered, it will be relative to the location where doxygen was started. If
     1.5  # left blank the current directory will be used.
     1.6  
     1.7 -OUTPUT_DIRECTORY       = docs/api
     1.8 +OUTPUT_DIRECTORY       = docs
     1.9  
    1.10  # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
    1.11  # directories (in 2 levels) under the output directory of each output format and
    1.12 @@ -754,7 +754,7 @@
    1.13  # spaces.
    1.14  # Note: If this tag is empty the current directory is searched.
    1.15  
    1.16 -INPUT                  = ./ucx
    1.17 +INPUT                  = ./src
    1.18  
    1.19  # This tag can be used to specify the character encoding of the source files
    1.20  # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
    1.21 @@ -1019,7 +1019,7 @@
    1.22  # The default directory is: html.
    1.23  # This tag requires that the tag GENERATE_HTML is set to YES.
    1.24  
    1.25 -HTML_OUTPUT            = html
    1.26 +HTML_OUTPUT            = web/api
    1.27  
    1.28  # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
    1.29  # generated HTML page (for example: .htm, .php, .asp).

mercurial