FreeBSD src
Go to file
2016-01-22 21:18:04 +00:00
cmake Vendor import of libc++ trunk r256633: 2015-12-30 11:54:09 +00:00
docs Vendor import of libc++ trunk r256633: 2015-12-30 11:54:09 +00:00
include Vendor import of libc++ release_38 branch r257836: 2016-01-16 17:20:41 +00:00
lib Vendor import of libc++ trunk r256633: 2015-12-30 11:54:09 +00:00
src Vendor import of libc++ release_38 branch r258549: 2016-01-22 21:18:04 +00:00
test Vendor import of libc++ release_38 branch r258549: 2016-01-22 21:18:04 +00:00
utils Vendor import of libc++ release_38 branch r258549: 2016-01-22 21:18:04 +00:00
www Vendor import of libc++ trunk r256633: 2015-12-30 11:54:09 +00:00
.arcconfig Import libc++ 3.7.0 release (r246257). 2015-09-06 18:46:46 +00:00
.gitignore Import libc++ 3.7.0 release (r246257). 2015-09-06 18:46:46 +00:00
CMakeLists.txt Vendor import of libc++ trunk r256633: 2015-12-30 11:54:09 +00:00
CREDITS.TXT Import libc++ 3.7.0 release (r246257). 2015-09-06 18:46:46 +00:00
LICENSE.TXT Import libc++ 3.7.0 release (r246257). 2015-09-06 18:46:46 +00:00
Makefile Import libc++ 3.7.0 release (r246257). 2015-09-06 18:46:46 +00:00
TODO.TXT Vendor import of libc++ trunk r256633: 2015-12-30 11:54:09 +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.