Make doxygen not exclude doxygenized comments from the source code listings
authorChris Lattner <sabre@nondot.org>
Thu, 22 Aug 2002 22:44:22 +0000 (22:44 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Aug 2002 22:44:22 +0000 (22:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3479 91177308-0d34-0410-b5e6-96231b3b80d8

docs/doxygen.cfg
docs/doxygen.cfg.in

index 9c89fa70ba6e584825107d013fe1cdec1813b735..fb2b859b9760c55aaccc4aff011165a4a5c3cc64 100644 (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 
index 9c89fa70ba6e584825107d013fe1cdec1813b735..fb2b859b9760c55aaccc4aff011165a4a5c3cc64 100644 (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