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-05-17 20:23:06 +00:00
benchmarks Vendor import of libc++ trunk r300890: 2017-04-20 21:21:10 +00:00
cmake
docs Vendor import of libc++ trunk r303197: 2017-05-16 19:47:31 +00:00
include Vendor import of libc++ trunk r303291: 2017-05-17 20:23:06 +00:00
lib Vendor import of libc++ trunk r302418: 2017-05-08 17:13:34 +00:00
src Vendor import of libc++ trunk r303197: 2017-05-16 19:47:31 +00:00
test Vendor import of libc++ trunk r303291: 2017-05-17 20:23:06 +00:00
utils Vendor import of libc++ trunk r303197: 2017-05-16 19:47:31 +00:00
www Vendor import of libc++ trunk r303197: 2017-05-16 19:47:31 +00:00
.arcconfig
.clang-format
.gitignore
appveyor-reqs-install.cmd Vendor import of libc++ trunk r303197: 2017-05-16 19:47:31 +00:00
appveyor.yml Vendor import of libc++ trunk r303197: 2017-05-16 19:47:31 +00:00
CMakeLists.txt Vendor import of libc++ trunk r302418: 2017-05-08 17:13:34 +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.