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
Hans Wennborg 632573ce43 ReleaseNotes: tidy up
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_80@354986 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
DesignDocs Implement feature test macros using a script. 6 years ago
BuildingLibcxx.rst [libcxx] Support building hermetic static library 6 years ago
CMakeLists.txt docs: Fix Sphinx detection with out-of-tree builds 8 years ago
FeatureTestMacroTable.rst Implement feature test macros using a script. 6 years ago
Makefile.sphinx Add design docs for upcoming file_time_type change. 6 years ago
README.txt Remove test commit. 9 years ago
ReleaseNotes.rst ReleaseNotes: tidy up 6 years ago
TestingLibcxx.rst [libcxx] Make sure use_system_cxx_lib does not override cxx_runtime_root for DYLD_LIBRARY_PATH 6 years ago
UsingLibcxx.rst [libc++] Improve diagnostics for non-const comparators and hashers in associative containers 6 years ago
conf.py fix some typos in the doc 6 years ago
index.rst Implement feature test macros using a script. 6 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.