Skip to content

Files

This branch is 235840 commits behind intel/llvm:sycl.

libcxx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 30, 2019
May 30, 2019
Jul 4, 2019
Jan 19, 2019
Jul 16, 2019
Jun 17, 2019
Jul 9, 2019
Jul 17, 2019
Jul 12, 2019
Jul 16, 2019
Dec 4, 2017
Apr 15, 2017
Oct 12, 2016
Jul 15, 2019
Dec 29, 2017
Jan 21, 2019
Jun 12, 2018
Mar 6, 2017
Apr 3, 2019
Apr 3, 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.