hanchenye-llvm-project/libcxx/docs
Hans Wennborg 8f5b44aead Bump the trunk version to 10.0.0svn
and clear the release notes.

llvm-svn: 366427
2019-07-18 11:51:05 +00:00
..
DesignDocs Add documentation and tests for Clangs C++11 extensions in C++03. 2019-06-11 22:53:49 +00:00
BuildingLibcxx.rst docs: add documentation for `LIBCXX_INCLUDE_TESTS` 2019-07-04 19:08:16 +00:00
CMakeLists.txt
FeatureTestMacroTable.rst P0722R3: Implement library support for destroying delete 2019-05-23 23:46:44 +00:00
Makefile.sphinx
README.txt
ReleaseNotes.rst Bump the trunk version to 10.0.0svn 2019-07-18 11:51:05 +00:00
TestingLibcxx.rst
UsingLibcxx.rst [libcxx] Slightly improved policy for handling experimental features 2019-06-11 14:48:40 +00:00
conf.py Bump the trunk version to 10.0.0svn 2019-07-18 11:51:05 +00:00
index.rst Make GCC in C++03 Unsupported 2019-06-13 00:37:25 +00:00

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.