[Lldb-commits] [lldb] 320b43c - [lldb/Docs] Include the man page on the website
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 3 13:59:25 PST 2020
Author: Jonas Devlieghere
Date: 2020-01-03T13:59:19-08:00
New Revision: 320b43c39f0eb636c84815ce463893b21befdc8f
URL: https://github.com/llvm/llvm-project/commit/320b43c39f0eb636c84815ce463893b21befdc8f
DIFF: https://github.com/llvm/llvm-project/commit/320b43c39f0eb636c84815ce463893b21befdc8f.diff
LOG: [lldb/Docs] Include the man page on the website
Added:
Modified:
lldb/docs/index.rst
Removed:
################################################################################
diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index 0dbb160c2b31..f1e1eda7609a 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -152,11 +152,12 @@ interesting areas to contribute to lldb.
.. toctree::
:hidden:
:maxdepth: 1
- :caption: API Documentation
+ :caption: Reference
- 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>
+ Public Python API <https://lldb.llvm.org/python_reference/index.html>
+ Public C++ API <https://lldb.llvm.org/cpp_reference/namespacelldb.html>
+ Private C++ API <https://lldb.llvm.org/cpp_reference/index.html>
+ Man Page <man/lldb>
.. toctree::
:hidden:
More information about the lldb-commits
mailing list