| Issue |
88065
|
| Summary |
[libc][docs] generate docs for setjmp.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.13, we should fill out the function list in a new file called libc/utils/docgen/setjmp.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 setjmp.h > libc/docs/setjmp.rst to create a page for setjmp.h.
Then we should add a link to setjmp in libc/docs/index.rst so that it's linked from libc.llvm.org (similar to fenv).
We need to add [the include for `|check|`](https://github.com/llvm/llvm-project/commit/e127997155a1cd1c5692c42aad074064c8dad099) to be recognized.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs