66 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path |
66 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path |
67 # into which the generated documentation will be written. If a relative path is |
67 # into which the generated documentation will be written. If a relative path is |
68 # entered, it will be relative to the location where doxygen was started. If |
68 # entered, it will be relative to the location where doxygen was started. If |
69 # left blank the current directory will be used. |
69 # left blank the current directory will be used. |
70 |
70 |
71 OUTPUT_DIRECTORY = docs |
71 OUTPUT_DIRECTORY = build/docs |
72 |
72 |
73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 |
73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 |
74 # sub-directories (in 2 levels) under the output directory of each output format |
74 # sub-directories (in 2 levels) under the output directory of each output format |
75 # and will distribute the generated files over these directories. Enabling this |
75 # and will distribute the generated files over these directories. Enabling this |
76 # option can be useful when feeding doxygen a huge amount of source files, where |
76 # option can be useful when feeding doxygen a huge amount of source files, where |