llvm-capstone/libc/docs
2023-08-18 23:36:04 -07:00
..
_static
dev [libc][doc] Update macros documentation 2023-08-08 08:02:30 +00:00
gpu [libc] Implement fopen, fclose, and fread on the GPU 2023-08-16 09:14:38 -05:00
math [libc][math] Implement erff function correctly rounded to all rounding modes. 2023-06-28 13:58:37 -04:00
build_and_test.rst
check.rst
CMakeLists.txt
compiler_support.rst
conf.py
contributing.rst Fix typos in documentation 2023-08-13 23:46:44 -07:00
date_and_time.rst
full_cross_build.rst
full_host_build.rst
fullbuild_mode.rst
header_gen_scheme.svg
index.rst
overlay_mode.rst
porting.rst Fx typos in documentation 2023-08-18 23:36:04 -07:00
README.txt
stdio.rst
strings.rst
usage_modes.rst

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.