equal
deleted
inserted
replaced
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) |
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) |
29 # base path where the generated documentation will be put. |
29 # base path where the generated documentation will be put. |
30 # If a relative path is entered, it will be relative to the location |
30 # If a relative path is entered, it will be relative to the location |
31 # where doxygen was started. If left blank the current directory will be used. |
31 # where doxygen was started. If left blank the current directory will be used. |
32 |
32 |
33 OUTPUT_DIRECTORY = documentation |
33 OUTPUT_DIRECTORY = doxygen-output |
34 |
34 |
35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create |
35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create |
36 # 4096 sub-directories (in 2 levels) under the output directory of each output |
36 # 4096 sub-directories (in 2 levels) under the output directory of each output |
37 # format and will distribute the generated files over these directories. |
37 # format and will distribute the generated files over these directories. |
38 # Enabling this option can be useful when feeding doxygen a huge amount of |
38 # Enabling this option can be useful when feeding doxygen a huge amount of |