Skip to content

Commit

Permalink
[lldb/Docs] Include the man page on the website
Browse files Browse the repository at this point in the history
  • Loading branch information
JDevlieghere committed Jan 3, 2020
1 parent 1d79902 commit 320b43c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lldb/docs/index.rst
Expand Up @@ -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:
Expand Down

0 comments on commit 320b43c

Please sign in to comment.