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