Revision 372
changed doxyfile. deleted cleanup function
Doxyfile | ||
---|---|---|
771 | 771 |
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING |
772 | 772 |
# Note: If this tag is empty the current directory is searched. |
773 | 773 |
|
774 |
INPUT = ./project/include ./libs ./libs/graph/include ./libs/kbc/include ./libs/rtc/include ./libs/timer/include ./libs/uart/include ./libs/classes/include ./libs/utils/include ./maps ./media/xpm
|
|
774 |
INPUT = ../src/project/include ../src/libs ../src/libs/graph/include ../src/libs/kbc/include ../src/libs/rtc/include ../src/libs/timer/include ../src/libs/uart/include ../src/libs/classes/include ../src/libs/utils/include ../src/maps ../src/media/xpm
|
|
775 | 775 |
|
776 | 776 |
# This tag can be used to specify the character encoding of the source files |
777 | 777 |
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |
... | ... | |
1068 | 1068 |
# The default directory is: html. |
1069 | 1069 |
# This tag requires that the tag GENERATE_HTML is set to YES. |
1070 | 1070 |
|
1071 |
HTML_OUTPUT = doc
|
|
1071 |
HTML_OUTPUT = html
|
|
1072 | 1072 |
|
1073 | 1073 |
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each |
1074 | 1074 |
# generated HTML page (for example: .htm, .php, .asp). |
Also available in: Unified diff