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
Shoaib Meenai b58dd3d4f4 [libc++] class template -> template class. NFC
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@307972 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
DesignDocs [libc++] class template -> template class. NFC 8 years ago
BuildingLibcxx.rst [libcxx][CMake] Add install path variable to allow overriding the destination 8 years ago
CMakeLists.txt docs: Fix Sphinx detection with out-of-tree builds 9 years ago
Makefile.sphinx Attempt to fix Sphinx build 9 years ago
README.txt Remove test commit. 10 years ago
TestingLibcxx.rst Fix misspelling of environment throughout libc++ 9 years ago
UsingLibcxx.rst [libc++] Add _LIBCPP_DISABLE_EXTERN_TEMPLATE config option 9 years ago
conf.py Update version to 5.0 9 years ago
index.rst Add markup for libc++ dylib availability 9 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.