Eric Fiselier 8459d20624 Update paths in libc++ build instructions. Patch from Jonathan Anderson. 9 жил өмнө
..
DesignDocs a6622799b4 Use __config_site when building libc++. Also cleanup ABI versioning doc 10 жил өмнө
BuildingLibcxx.rst 8459d20624 Update paths in libc++ build instructions. Patch from Jonathan Anderson. 9 жил өмнө
CMakeLists.txt b9f425a434 [libcxx] Add new Sphinx documentation 10 жил өмнө
Makefile.sphinx bf54da76b9 Test commit for builder 10 жил өмнө
README.txt cf829c9688 Remove test commit. 10 жил өмнө
TestingLibcxx.rst 2bc8f6ceeb Update testing guide for libc++ 9 жил өмнө
UsingLibcxx.rst bb856cc357 [libcxx] Make libc++.so a linker script by default on most platforms. 9 жил өмнө
conf.py b9f425a434 [libcxx] Add new Sphinx documentation 10 жил өмнө
index.rst b9aebae3dc Add links to libc++ code coverage and builders 9 жил өмнө

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.