summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-22 22:44:22 +0000
committerChris Lattner <sabre@nondot.org>2002-08-22 22:44:22 +0000
commitf3f98171adf45e03457d2c816d72f6830518f686 (patch)
treefcc2031027e36bf9ab6831fec52f4e29a9379957
parenta51fa887027253556256e6c902896d466491b1f8 (diff)
downloadbcm5719-llvm-f3f98171adf45e03457d2c816d72f6830518f686.tar.gz
bcm5719-llvm-f3f98171adf45e03457d2c816d72f6830518f686.zip
Make doxygen not exclude doxygenized comments from the source code listings
llvm-svn: 3479
-rw-r--r--llvm/docs/doxygen.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/doxygen.cfg b/llvm/docs/doxygen.cfg
index 9c89fa70ba6..fb2b859b976 100644
--- a/llvm/docs/doxygen.cfg
+++ b/llvm/docs/doxygen.cfg
@@ -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
OpenPOWER on IntegriCloud