aosp12/external/libcxx/docs
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
DesignDocs init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
BuildingLibcxx.rst init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CMakeLists.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Makefile.sphinx init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ReleaseNotes.rst init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
TestingLibcxx.rst init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
UsingLibcxx.rst init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
conf.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
index.rst init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.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.