summaryrefslogtreecommitdiffstats
path: root/lldb/docs
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-08-21 00:10:19 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-08-21 00:10:19 +0000
commitd979a2993561d42612da5ef45122fb69466967c3 (patch)
treee47dd775a90f427f77a1f2a0c1af0c25030374d7 /lldb/docs
parent61eedd10c5d66e09c24d379054268039f989709f (diff)
downloadbcm5719-llvm-d979a2993561d42612da5ef45122fb69466967c3.tar.gz
bcm5719-llvm-d979a2993561d42612da5ef45122fb69466967c3.zip
[Doxygen] Document private class members.
Given that the C++ documentation is meant for LLDB developers it makes sense to include private class members in the output. llvm-svn: 369479
Diffstat (limited to 'lldb/docs')
-rw-r--r--lldb/docs/doxygen.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/docs/doxygen.cfg.in b/lldb/docs/doxygen.cfg.in
index c882b36bb08..7228a1ea4a8 100644
--- a/lldb/docs/doxygen.cfg.in
+++ b/lldb/docs/doxygen.cfg.in
@@ -303,7 +303,7 @@ EXTRACT_ALL = YES
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.
-EXTRACT_PRIVATE = NO
+EXTRACT_PRIVATE = YES
# If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
OpenPOWER on IntegriCloud