You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/docs
Louis Dionne af8e0992bb [NFC] Fix typos in libc++ documentation
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@373390 91177308-0d34-0410-b5e6-96231b3b80d8
5 years ago
..
DesignDocs Add documentation and tests for Clangs C++11 extensions in C++03. 6 years ago
BuildingLibcxx.rst [NFC] Fix typos in libc++ documentation 5 years ago
CMakeLists.txt docs: Fix Sphinx detection with out-of-tree builds 8 years ago
FeatureTestMacroTable.rst P0722R3: Implement library support for destroying delete 6 years ago
Makefile.sphinx Add design docs for upcoming file_time_type change. 6 years ago
README.txt Remove test commit. 9 years ago
ReleaseNotes.rst Bump the trunk version to 10.0.0svn 5 years ago
TestingLibcxx.rst Reformat the beginning of the testing doc to make clear how to run all the tests. 5 years ago
UsingLibcxx.rst [libc++] Use [[nodiscard]] for lock_guard, as an extension 5 years ago
conf.py Bump the trunk version to 10.0.0svn 5 years ago
index.rst 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.