-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[libc][docs] generate docs for setjmp.h #88065
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@llvm/issue-subscribers-libc Author: Nick Desaulniers (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 |
Hi! This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
If you have any further questions about this issue, don't hesitate to ask via a comment in the thread below. |
@llvm/issue-subscribers-good-first-issue Author: Nick Desaulniers (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 |
I'll grab this one :). |
Sorry, I think @Rajveer100 has beaten you to the punch! @Flandini maybe you can help review #89542? |
Using n3096 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|
to be recognized.#87835 and #87946 are recent examples
The text was updated successfully, but these errors were encountered: