comparison TaskManager/Doxyfile @ 291:3569d31705b6

document
author kono@localhost.localdomain
date Fri, 05 Jun 2009 18:16:31 +0900
parents 82219f78083a
children ccf78a465459
comparison
equal deleted inserted replaced
290:82219f78083a 291:3569d31705b6
621 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be 621 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
622 # searched for input files to be used with the \include or \dontinclude 622 # searched for input files to be used with the \include or \dontinclude
623 # commands irrespective of the value of the RECURSIVE tag. 623 # commands irrespective of the value of the RECURSIVE tag.
624 # Possible values are YES and NO. If left blank NO is used. 624 # Possible values are YES and NO. If left blank NO is used.
625 625
626 EXAMPLE_RECURSIVE = NO 626 EXAMPLE_RECURSIVE = YES
627 627
628 # The IMAGE_PATH tag can be used to specify one or more files or 628 # The IMAGE_PATH tag can be used to specify one or more files or
629 # directories that contain image that are included in the documentation (see 629 # directories that contain image that are included in the documentation (see
630 # the \image command). 630 # the \image command).
631 631
663 # If the SOURCE_BROWSER tag is set to YES then a list of source files will 663 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
664 # be generated. Documented entities will be cross-referenced with these sources. 664 # be generated. Documented entities will be cross-referenced with these sources.
665 # Note: To get rid of all source code in the generated output, make sure also 665 # Note: To get rid of all source code in the generated output, make sure also
666 # VERBATIM_HEADERS is set to NO. 666 # VERBATIM_HEADERS is set to NO.
667 667
668 SOURCE_BROWSER = NO 668 SOURCE_BROWSER = YES
669 669
670 # Setting the INLINE_SOURCES tag to YES will include the body 670 # Setting the INLINE_SOURCES tag to YES will include the body
671 # of functions and classes directly in the documentation. 671 # of functions and classes directly in the documentation.
672 672
673 INLINE_SOURCES = NO 673 INLINE_SOURCES = NO