summaryrefslogtreecommitdiff
path: root/docs/doxygen.cfg.in
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
commit846f5351e9b33739faf13862894f17cae698a9f4 (patch)
tree61976977ee700cff98bfeca88f7424bd3ac6b83d /docs/doxygen.cfg.in
parentf5e84aa0887d3fcd752d4a4fa1bb0e526be49f20 (diff)
downloadllvm-846f5351e9b33739faf13862894f17cae698a9f4.tar.gz
llvm-846f5351e9b33739faf13862894f17cae698a9f4.tar.bz2
llvm-846f5351e9b33739faf13862894f17cae698a9f4.tar.xz
Make doxygen not exclude doxygenized comments from the source code listings
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/doxygen.cfg.in')
-rw-r--r--docs/doxygen.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in
index 9c89fa70ba..fb2b859b97 100644
--- a/docs/doxygen.cfg.in
+++ b/docs/doxygen.cfg.in
@@ -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