Louis Dionne af8e0992bb [NFC] Fix typos in libc++ documentation vor 5 Jahren
..
DesignDocs d011bdc437 Add documentation and tests for Clangs C++11 extensions in C++03. vor 6 Jahren
BuildingLibcxx.rst af8e0992bb [NFC] Fix typos in libc++ documentation vor 5 Jahren
CMakeLists.txt 867ae29929 docs: Fix Sphinx detection with out-of-tree builds vor 8 Jahren
FeatureTestMacroTable.rst 087c094fec P0722R3: Implement library support for destroying delete vor 6 Jahren
Makefile.sphinx 88dfb6d532 Add design docs for upcoming file_time_type change. vor 7 Jahren
README.txt cf829c9688 Remove test commit. vor 10 Jahren
ReleaseNotes.rst 548f2e8e96 Bump the trunk version to 10.0.0svn vor 6 Jahren
TestingLibcxx.rst 69e72aa466 Reformat the beginning of the testing doc to make clear how to run all the tests. vor 6 Jahren
UsingLibcxx.rst 22eff1a94a [libc++] Use [[nodiscard]] for lock_guard, as an extension vor 6 Jahren
conf.py 548f2e8e96 Bump the trunk version to 10.0.0svn vor 6 Jahren
index.rst f68c6d52a1 Make GCC in C++03 Unsupported vor 6 Jahren

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.