Go to file
2017-12-02 12:47:11 +00:00
benchmarks Vendor import of libc++ trunk r305575: 2017-06-16 21:04:04 +00:00
cmake Vendor import of libc++ trunk r307894: 2017-07-13 19:25:57 +00:00
docs Vendor import of libc++ trunk r308421: 2017-07-19 07:02:49 +00:00
include Vendor import of libc++ release_50 branch r319231: 2017-12-02 12:47:11 +00:00
lib Vendor import of libc++ release_50 branch r312293: 2017-09-01 16:29:22 +00:00
src Vendor import of libc++ trunk r307894: 2017-07-13 19:25:57 +00:00
test Vendor import of libc++ release_50 branch r319231: 2017-12-02 12:47:11 +00:00
utils Vendor import of libc++ trunk r307894: 2017-07-13 19:25:57 +00:00
www Vendor import of libc++ release_50 branch r310316: 2017-08-08 16:53:40 +00:00
.arcconfig Vendor import of libc++ release_39 branch r276489: 2016-07-23 20:47:26 +00:00
.clang-format Vendor import of libc++ trunk r300422: 2017-04-16 16:03:23 +00:00
.gitignore Vendor import of libc++ trunk r290819: 2017-01-02 19:18:58 +00:00
appveyor-reqs-install.cmd Vendor import of libc++ trunk r304460: 2017-06-01 20:59:10 +00:00
appveyor.yml Vendor import of libc++ trunk r303197: 2017-05-16 19:47:31 +00:00
CMakeLists.txt Vendor import of libc++ release_50 branch r309439: 2017-07-29 21:29:58 +00:00
CREDITS.TXT Vendor import of libc++ trunk r300422: 2017-04-16 16:03:23 +00:00
LICENSE.TXT Vendor import of libc++ trunk r291012: 2017-01-04 22:11:41 +00:00
NOTES.TXT Vendor import of libc++ trunk r290819: 2017-01-02 19:18:58 +00:00
TODO.TXT Vendor import of libc++ trunk r300422: 2017-04-16 16:03:23 +00:00

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.