Mercurial > MadButterfly
comparison Doxyfile @ 110:c14cb6d12030
-
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 12 Sep 2008 15:31:10 +0800 |
parents | 565b55508c8d |
children | e4e47d2cdbcd |
comparison
equal
deleted
inserted
replaced
109:703ab76aa8a5 | 110:c14cb6d12030 |
---|---|
645 # If the SOURCE_BROWSER tag is set to YES then a list of source files will | 645 # If the SOURCE_BROWSER tag is set to YES then a list of source files will |
646 # be generated. Documented entities will be cross-referenced with these sources. | 646 # be generated. Documented entities will be cross-referenced with these sources. |
647 # Note: To get rid of all source code in the generated output, make sure also | 647 # Note: To get rid of all source code in the generated output, make sure also |
648 # VERBATIM_HEADERS is set to NO. | 648 # VERBATIM_HEADERS is set to NO. |
649 | 649 |
650 SOURCE_BROWSER = NO | 650 SOURCE_BROWSER = YES |
651 | 651 |
652 # Setting the INLINE_SOURCES tag to YES will include the body | 652 # Setting the INLINE_SOURCES tag to YES will include the body |
653 # of functions and classes directly in the documentation. | 653 # of functions and classes directly in the documentation. |
654 | 654 |
655 INLINE_SOURCES = NO | 655 INLINE_SOURCES = NO |
656 | 656 |
657 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct | 657 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct |
658 # doxygen to hide any special comment blocks from generated source code | 658 # doxygen to hide any special comment blocks from generated source code |
659 # fragments. Normal C and C++ comments will always remain visible. | 659 # fragments. Normal C and C++ comments will always remain visible. |
660 | 660 |
661 STRIP_CODE_COMMENTS = YES | 661 STRIP_CODE_COMMENTS = NO |
662 | 662 |
663 # If the REFERENCED_BY_RELATION tag is set to YES | 663 # If the REFERENCED_BY_RELATION tag is set to YES |
664 # then for each documented function all documented | 664 # then for each documented function all documented |
665 # functions referencing it will be listed. | 665 # functions referencing it will be listed. |
666 | 666 |