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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/docs
Hamza Sood 9627e9b9f4 Corrected a typo in the building libc++ docs
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@319631 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
DesignDocs [libc++] class template -> template class. NFC 8 years ago
BuildingLibcxx.rst Corrected a typo in the building libc++ docs 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 Teach test suite about C++2a dialect flag. 8 years ago
UsingLibcxx.rst [libc++] Support Microsoft ABI without vcruntime headers 8 years ago
conf.py Bump docs version to 6.0 8 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.