Skip to content

Files

Latest commit

 

History

History
This branch is 282 commits behind llvm-mirror/libcxx:master.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 11, 2019
May 30, 2019
May 9, 2017
May 23, 2019
Jul 25, 2018
Sep 5, 2015
Jan 16, 2019
Feb 5, 2019
Jun 11, 2019
Jan 16, 2019
Jun 13, 2019
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.