Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
DesignDocs/ | 03-May-2024 | - | 1,106 | 849 | ||
BuildingLibcxx.rst | D | 03-May-2024 | 16.9 KiB | 555 | 355 | |
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 | |
ReleaseNotes.rst | D | 03-May-2024 | 2.9 KiB | 63 | 51 | |
TestingLibcxx.rst | D | 03-May-2024 | 7.9 KiB | 258 | 164 | |
UsingLibcxx.rst | D | 03-May-2024 | 12.4 KiB | 318 | 228 | |
conf.py | D | 03-May-2024 | 7.8 KiB | 252 | 33 | |
index.rst | D | 03-May-2024 | 6.6 KiB | 188 | 138 |
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