llvm/libunwind/docs
2022-03-23 10:10:20 -04:00
..
BuildingLibunwind.rst [runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAIN 2022-03-01 08:39:42 -05:00
CMakeLists.txt
conf.py
index.rst Replace links to archived mailing lists by links to Discourse forums 2022-03-23 10:10:20 -04: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.