Doxyfile

changeset 256
2c21b42cf11d
parent 226
669136d4e3af
child 266
33d229634809
equal deleted inserted replaced
255:92c22c0fa8e8 256:2c21b42cf11d
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57 # into which the generated documentation will be written. If a relative path is 57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If 58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used. 59 # left blank the current directory will be used.
60 60
61 OUTPUT_DIRECTORY = docs/api 61 OUTPUT_DIRECTORY = docs
62 62
63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- 63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
64 # directories (in 2 levels) under the output directory of each output format and 64 # directories (in 2 levels) under the output directory of each output format and
65 # will distribute the generated files over these directories. Enabling this 65 # will distribute the generated files over these directories. Enabling this
66 # option can be useful when feeding doxygen a huge amount of source files, where 66 # option can be useful when feeding doxygen a huge amount of source files, where
752 # documented source files. You may enter file names like myfile.cpp or 752 # documented source files. You may enter file names like myfile.cpp or
753 # directories like /usr/src/myproject. Separate the files or directories with 753 # directories like /usr/src/myproject. Separate the files or directories with
754 # spaces. 754 # spaces.
755 # Note: If this tag is empty the current directory is searched. 755 # Note: If this tag is empty the current directory is searched.
756 756
757 INPUT = ./ucx 757 INPUT = ./src
758 758
759 # This tag can be used to specify the character encoding of the source files 759 # This tag can be used to specify the character encoding of the source files
760 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses 760 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
761 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv 761 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
762 # documentation (see: http://www.gnu.org/software/libiconv) for the list of 762 # documentation (see: http://www.gnu.org/software/libiconv) for the list of
1017 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of 1017 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1018 # it. 1018 # it.
1019 # The default directory is: html. 1019 # The default directory is: html.
1020 # This tag requires that the tag GENERATE_HTML is set to YES. 1020 # This tag requires that the tag GENERATE_HTML is set to YES.
1021 1021
1022 HTML_OUTPUT = html 1022 HTML_OUTPUT = web/api
1023 1023
1024 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each 1024 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
1025 # generated HTML page (for example: .htm, .php, .asp). 1025 # generated HTML page (for example: .htm, .php, .asp).
1026 # The default value is: .html. 1026 # The default value is: .html.
1027 # This tag requires that the tag GENERATE_HTML is set to YES. 1027 # This tag requires that the tag GENERATE_HTML is set to YES.

mercurial