2023-09-02 09:32:48 -07:00
..
2023-09-02 09:32:48 -07:00
2023-08-31 15:04:43 -05:00
2023-08-13 23:46:44 -07:00
2023-08-18 23:36:04 -07:00
2023-04-14 15:40:05 -07: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.