Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BuildingLibunwind.rst | H A D | 04-Nov-2024 | 3.3 KiB | 151 | 91 | |
CMakeLists.txt | H A D | 11-Feb-2021 | 173 | 8 | 7 | |
README.txt | H A D | 16-Aug-2018 | 423 | 14 | 9 | |
conf.py | H A D | 17-May-2023 | 7.9 KiB | 253 | 36 | |
index.rst | H A D | 31-Oct-2024 | 3.5 KiB | 102 | 72 |
README.txt
1libunwind Documentation 2==================== 3 4The libunwind documentation is written using the Sphinx documentation generator. It is 5currently tested with Sphinx 1.1.3. 6 7To build the documents into html configure libunwind with the following cmake options: 8 9 * -DLLVM_ENABLE_SPHINX=ON 10 * -DLIBUNWIND_INCLUDE_DOCS=ON 11 12After configuring libunwind with these options the make rule `docs-libunwind-html` 13should be available. 14