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
Eric Fiselier 8459d20624 Update paths in libc++ build instructions. Patch from Jonathan Anderson.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@255561 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
DesignDocs Use __config_site when building libc++. Also cleanup ABI versioning doc 10 years ago
BuildingLibcxx.rst Update paths in libc++ build instructions. Patch from Jonathan Anderson. 10 years ago
CMakeLists.txt [libcxx] Add new Sphinx documentation 10 years ago
Makefile.sphinx Test commit for builder 10 years ago
README.txt Remove test commit. 10 years ago
TestingLibcxx.rst Update testing guide for libc++ 10 years ago
UsingLibcxx.rst [libcxx] Make libc++.so a linker script by default on most platforms. 10 years ago
conf.py [libcxx] Add new Sphinx documentation 10 years ago
index.rst Add links to libc++ code coverage and builders 10 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.