[libc-commits] [libc] [libc][docs] generate docs for ctype.h #87833 (PR #87946)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Mon Apr 8 09:35:59 PDT 2024
================
@@ -1,7 +1,46 @@
{
"functions": {
- "isalnum": null,
- "isalpha": null,
- "isblank": null
+ "isalnum": {
+ "defined": "7.4.1.1"
+ },
----------------
nickdesaulniers wrote:
This closing curly brace should line up with the L3 where it's opened:
```
"isal...
}
```
https://github.com/llvm/llvm-project/pull/87946
More information about the libc-commits
mailing list