Mercurial > trustbridge
comparison doc/apidoc/Doxyfile.in @ 1185:69f7d302cdb9
Fix build with changed documentation paths
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 22 Sep 2014 13:11:30 +0200 |
parents | cf1fdb254c41 |
children | 6d840341bc25 |
comparison
equal
deleted
inserted
replaced
1184:cf1fdb254c41 | 1185:69f7d302cdb9 |
---|---|
50 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) | 50 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) |
51 # base path where the generated documentation will be put. | 51 # base path where the generated documentation will be put. |
52 # If a relative path is entered, it will be relative to the location | 52 # If a relative path is entered, it will be relative to the location |
53 # where doxygen was started. If left blank the current directory will be used. | 53 # where doxygen was started. If left blank the current directory will be used. |
54 | 54 |
55 OUTPUT_DIRECTORY = @CMAKE_BINARY_DIR@/doc/generated | 55 OUTPUT_DIRECTORY = @CMAKE_BINARY_DIR@/doc/apidoc/generated |
56 | 56 |
57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create | 57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create |
58 # 4096 sub-directories (in 2 levels) under the output directory of each output | 58 # 4096 sub-directories (in 2 levels) under the output directory of each output |
59 # format and will distribute the generated files over these directories. | 59 # format and will distribute the generated files over these directories. |
60 # Enabling this option can be useful when feeding doxygen a huge amount of | 60 # Enabling this option can be useful when feeding doxygen a huge amount of |