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 = doc |
61 OUTPUT_DIRECTORY = docs/api |
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 |