Issue 87833
Summary [libc][docs] generate docs for ctype.h
Labels documentation, good first issue, libc
Assignees
Reporter nickdesaulniers
    Using [n3096](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3096.pdf) Section 7.4, we should finish filling out the function list started in libc/utils/docgen/ctype.json (so that we have entries about which standard section talks about what, similar to libc/utils/docgen/fenv.json.

Then we should run `./libc/utils/docgen/docgen.py ctype.h > libc/docs/ctype.rst` to create a page for ctype.h.

Then we should add a link to `ctype` in libc/docs/index.rst so that it's linked from libc.llvm.org (similar to fenv).
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to