[Lldb-commits] [lldb] r360638 - [Docs] Differentiate between public and private API
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon May 13 17:36:05 PDT 2019
Author: jdevlieghere
Date: Mon May 13 17:36:05 2019
New Revision: 360638
URL: http://llvm.org/viewvc/llvm-project?rev=360638&view=rev
Log:
[Docs] Differentiate between public and private API
On the homepage we should have a clear distinction between the public
and private C++ APIs.
Modified:
lldb/trunk/docs/index.rst
Modified: lldb/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/index.rst?rev=360638&r1=360637&r2=360638&view=diff
==============================================================================
--- lldb/trunk/docs/index.rst (original)
+++ lldb/trunk/docs/index.rst Mon May 13 17:36:05 2019
@@ -61,8 +61,9 @@ Resources
API Documentation
=================
-* `C++ API Documentation <https://lldb.llvm.org/cpp_reference/index.html>`_
-* `Python API Documentation <https://lldb.llvm.org/python_reference/index.html>`_
+* `Public Python API Reference <https://lldb.llvm.org/python_reference/index.html>`_
+* `Public C++ API Reference <https://lldb.llvm.org/cpp_reference/namespacelldb.html>`_
+* `Private C++ Reference <https://lldb.llvm.org/cpp_reference/index.html>`_
External Links
==============
More information about the lldb-commits
mailing list