Name Last Update
..
DesignDocs Loading commit data...
BuildingLibcxx.rst Loading commit data...
CMakeLists.txt Loading commit data...
FeatureTestMacroTable.rst Loading commit data...
Makefile.sphinx Loading commit data...
README.txt Loading commit data...
ReleaseNotes.rst Loading commit data...
TestingLibcxx.rst Loading commit data...
UsingLibcxx.rst Loading commit data...
conf.py Loading commit data...
index.rst Loading commit data...
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.