llvm-toolchain-10/libunwind/docs
Lu zhiping 09a9a6e509 Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
..
BuildingLibunwind.rst Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
CMakeLists.txt Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
README.txt Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
conf.py Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
index.rst Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00

README.txt

libunwind Documentation
====================

The libunwind documentation is written using the Sphinx documentation generator. It is
currently tested with Sphinx 1.1.3.

To build the documents into html configure libunwind with the following cmake options:

  * -DLLVM_ENABLE_SPHINX=ON
  * -DLIBUNWIND_INCLUDE_DOCS=ON

After configuring libunwind with these options the make rule `docs-libunwind-html`
should be available.