Skip to content

Files

Latest commit

26f4e2a · Jan 28, 2025

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 5, 2023
Jan 23, 2025
Jan 28, 2025
Jan 24, 2025
Jan 24, 2025
Jan 29, 2022
Dec 16, 2024
Jan 14, 2025
Oct 15, 2022
May 6, 2023
Dec 17, 2024
Oct 18, 2024
Aug 21, 2024
Dec 30, 2024
Jan 10, 2025
Jan 14, 2025
Jan 14, 2025
Aug 21, 2024
Jan 23, 2025
Jan 14, 2025
Dec 13, 2024
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.