llvm-toolchain-9/libcxx/docs
Lu zhiping c7c238d5f4 Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
..
DesignDocs Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
BuildingLibcxx.rst Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
CMakeLists.txt Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
FeatureTestMacroTable.rst Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
Makefile.sphinx Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
README.txt Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
ReleaseNotes.rst Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
TestingLibcxx.rst Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
UsingLibcxx.rst Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
conf.py Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
index.rst Import Upstream version 9.0.1 2022-06-27 14:52:34 +08: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.