[libc-commits] [libc] [libc][docs] introduce docgen (PR #87682)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Thu Apr 4 13:49:36 PDT 2024
================
@@ -0,0 +1,107 @@
+ctype.h:
+ functions:
+ isalnum:
+ returns: int
+ params:
+ - int
----------------
nickdesaulniers wrote:
Having the function signature encoded here makes more sense for replacing libc-hdrgen, but isn't strictly required for documentation purposes (at the moment; perhaps we could generate something akin to very very minimal `man` pages, eventually).
https://github.com/llvm/llvm-project/pull/87682
More information about the libc-commits
mailing list