Hans Wennborg b591390f49 Docs: drop minor version 8 years ago
..
DesignDocs 2342c11c50 [libc++] Correct macro name in documenation 8 years ago
BuildingLibcxx.rst 2d2f0c0af3 Add start of filesystem benchmarks 8 years ago
CMakeLists.txt b9f425a434 [libcxx] Add new Sphinx documentation 10 years ago
Makefile.sphinx f05ac13bf1 Attempt to fix Sphinx build 9 years ago
README.txt cf829c9688 Remove test commit. 10 years ago
TestingLibcxx.rst 904a9cb99d Update TestingLibcxx doc to reflect the use_system_cxx_lib flag. Patch from Michael Park 8 years ago
UsingLibcxx.rst 01eb99ac7b Implement a throwing version of _LIBCPP_ASSERT. 8 years ago
conf.py b591390f49 Docs: drop minor version 8 years ago
index.rst 66134e8a5f [libc++] Cleanup and document <__threading_support> 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.