[Docs] Differentiate between public and private API
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 14 May 2019 00:36:05 +0000 (00:36 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 14 May 2019 00:36:05 +0000 (00:36 +0000)
On the homepage we should have a clear distinction between the public
and private C++ APIs.

llvm-svn: 360638

lldb/docs/index.rst

index c155f8d..2913006 100644 (file)
@@ -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
 ==============