Make doxygen not exclude doxygenized comments from the source code listings

llvm-svn: 3479
This commit is contained in:
Chris Lattner 2002-08-22 22:44:22 +00:00
parent a51fa88702
commit f3f98171ad
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ INTERNAL_DOCS = NO
# doxygen to hide any special comment blocks from generated source code
# fragments. Normal C and C++ comments will always remain visible.
STRIP_CODE_COMMENTS = YES
STRIP_CODE_COMMENTS = NO
# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
# file names in lower case letters. If set to YES upper case letters are also