Mercurial > hg > beaglert
comparison Doxyfile @ 407:5f3d7c23ffa7 prerelease
doxygen places xml and html docs in Documentation folder. setup_board.sh runs doxygen
author | Liam Donovan <l.b.donovan@qmul.ac.uk> |
---|---|
date | Wed, 15 Jun 2016 12:23:29 +0100 |
parents | 59fbea44696a |
children | f92afe6018d7 |
comparison
equal
deleted
inserted
replaced
406:f5fcd50a6f8d | 407:5f3d7c23ffa7 |
---|---|
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 = | 55 OUTPUT_DIRECTORY = Documentation |
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 |
1378 | 1378 |
1379 # If the GENERATE_XML tag is set to YES Doxygen will | 1379 # If the GENERATE_XML tag is set to YES Doxygen will |
1380 # generate an XML file that captures the structure of | 1380 # generate an XML file that captures the structure of |
1381 # the code including all documentation. | 1381 # the code including all documentation. |
1382 | 1382 |
1383 GENERATE_XML = NO | 1383 GENERATE_XML = YES |
1384 | 1384 |
1385 # The XML_OUTPUT tag is used to specify where the XML pages will be put. | 1385 # The XML_OUTPUT tag is used to specify where the XML pages will be put. |
1386 # If a relative path is entered the value of OUTPUT_DIRECTORY will be | 1386 # If a relative path is entered the value of OUTPUT_DIRECTORY will be |
1387 # put in front of it. If left blank `xml' will be used as the default path. | 1387 # put in front of it. If left blank `xml' will be used as the default path. |
1388 | 1388 |