1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
2017-08-20 21:03:49 +00:00
benchmarks
cmake
docs
include Vendor import of libc++ release_50 branch r311219: 2017-08-20 21:03:49 +00:00
lib
src
test Vendor import of libc++ release_50 branch r310316: 2017-08-08 16:53:40 +00:00
utils
www Vendor import of libc++ release_50 branch r310316: 2017-08-08 16:53:40 +00:00
.arcconfig
.clang-format
.gitignore
appveyor-reqs-install.cmd
appveyor.yml
CMakeLists.txt Vendor import of libc++ release_50 branch r309439: 2017-07-29 21:29:58 +00:00
CREDITS.TXT
LICENSE.TXT
NOTES.TXT
TODO.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.