Author: jdevlieghere Date: Tue Aug 20 17:10:19 2019 New Revision: 369479 URL: http://llvm.org/viewvc/llvm-project?rev=369479&view=rev Log: [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. Modified: lldb/trunk/docs/doxygen.cfg.in Modified: lldb/trunk/docs/doxygen.cfg.in URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/doxygen.cfg.in?rev=369479&r1=369478&r2=369479&view=diff ============================================================================== --- lldb/trunk/docs/doxygen.cfg.in (original) +++ lldb/trunk/docs/doxygen.cfg.in Tue Aug 20 17:10:19 2019 @@ -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. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits