Skip to content

[libc] Generate docs for setjmp.h #89542

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

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libc/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ stages there is no ABI stability in any form.
ctype
signal
threads
setjmp

.. toctree::
:hidden:
Expand Down
16 changes: 16 additions & 0 deletions libc/docs/setjmp.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. include:: check.rst

setjmp.h Functions
==================

.. list-table::
:widths: auto
:align: center
:header-rows: 1

* - Function
- Implemented
- Standard
* - longjmp
- |check|
- 7.13.2.1
15 changes: 15 additions & 0 deletions libc/utils/docgen/setjmp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"macros": {
"__STDC_VERSION_SETJMP_H__": {
"defined": "7.13.2"
},
"setjmp": {
"defined": "7.13.1.1"
}
},
"functions": {
"longjmp": {
"defined": "7.13.2.1"
}
}
}