Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
DesignDocs/ | 03-May-2024 | - | 571 | 437 | ||
BuildingLibcxx.rst | D | 03-May-2024 | 15 KiB | 510 | 325 | |
CMakeLists.txt | D | 03-May-2024 | 170 | 10 | 8 | |
Makefile.sphinx | D | 03-May-2024 | 1.2 KiB | 38 | 21 | |
README.txt | D | 03-May-2024 | 405 | 14 | 9 | |
TestingLibcxx.rst | D | 03-May-2024 | 8.1 KiB | 267 | 170 | |
UsingLibcxx.rst | D | 03-May-2024 | 8.4 KiB | 220 | 157 | |
conf.py | D | 03-May-2024 | 7.8 KiB | 252 | 33 | |
index.rst | D | 03-May-2024 | 6.7 KiB | 189 | 139 |
README.txt
1libc++ Documentation 2==================== 3 4The libc++ 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 libc++ with the following cmake options: 8 9 * -DLLVM_ENABLE_SPHINX=ON 10 * -DLIBCXX_INCLUDE_DOCS=ON 11 12After configuring libc++ with these options the make rule `docs-libcxx-html` 13should be available. 14