Files
clang-p2996/libc/utils/docgen/assert.json
Nick Desaulniers c047a5b3f6 [libc][docgen] simplify posix links (#119595)
Usually posix functions have individual doc pages, and each header has its own
list of required macro definitions. Use a simpler key of "in-latest-posix" to
signal that the URL convention can be followed.

Add support for a "removed-in-posix-2008" key which will link to the 2004 docs
for functions like bcmp, bcopy, bzero, index, and rindex from strings.h.

I don't want to add all of these links for pthreads.h, so automating this will
make documenting these go much faster.
2024-12-12 10:49:55 -08:00

12 lines
175 B
JSON

{
"macros": {
"__STDC_VERSION_ASSERT_H__": {
"c-definition": "7.2.1"
},
"assert": {
"c-definition": "7.2.1",
"in-latest-posix": ""
}
}
}