Name | Date | Size | |
---|---|---|---|
.. | 10-Aug-2018 | 4 KiB | |
BuildingLibcxx.rst | 10-Aug-2018 | 15 KiB | |
CMakeLists.txt | 10-Aug-2018 | 170 | |
conf.py | 10-Aug-2018 | 7.8 KiB | |
DesignDocs/ | 10-Aug-2018 | 4 KiB | |
index.rst | 10-Aug-2018 | 6.7 KiB | |
Makefile.sphinx | 10-Aug-2018 | 1.2 KiB | |
README.txt | 10-Aug-2018 | 405 | |
TestingLibcxx.rst | 10-Aug-2018 | 8.1 KiB | |
UsingLibcxx.rst | 10-Aug-2018 | 8.4 KiB |
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