Files
clang-p2996/libc/docs
2023-05-06 11:26:32 -07:00
..
2023-05-06 11:26:32 -07:00
2023-04-24 23:31:48 -07:00
2023-04-24 23:31:48 -07:00
2023-04-14 15:40:05 -07:00
2022-12-01 10:07:04 +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
  * -DLIBC_INCLUDE_DOCS=ON

After configuring libc with these options the make rule `docs-libc-html`
should be available.