Shoaib Meenai b58dd3d4f4 [libc++] class template -> template class. NFC 8 years ago
..
DesignDocs b58dd3d4f4 [libc++] class template -> template class. NFC 8 years ago
BuildingLibcxx.rst 347be61138 [libcxx][CMake] Add install path variable to allow overriding the destination 8 years ago
CMakeLists.txt 867ae29929 docs: Fix Sphinx detection with out-of-tree builds 8 years ago
Makefile.sphinx f05ac13bf1 Attempt to fix Sphinx build 9 years ago
README.txt cf829c9688 Remove test commit. 10 years ago
TestingLibcxx.rst 01c2bb3677 Fix misspelling of environment throughout libc++ 8 years ago
UsingLibcxx.rst e1c9dfba1a [libc++] Add _LIBCPP_DISABLE_EXTERN_TEMPLATE config option 8 years ago
conf.py ccb58d0a2c Update version to 5.0 8 years ago
index.rst 907c1196a7 Add markup for libc++ dylib availability 8 years ago

README.txt

libc++ Documentation
====================

The libc++ documentation is written using the Sphinx documentation generator. It is
currently tested with Sphinx 1.1.3.

To build the documents into html configure libc++ with the following cmake options:

* -DLLVM_ENABLE_SPHINX=ON
* -DLIBCXX_INCLUDE_DOCS=ON

After configuring libc++ with these options the make rule `docs-libcxx-html`
should be available.