[libc-commits] [libc] [libc][docgen] regen docgen via cmake (PR #119628)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Thu Dec 12 09:18:48 PST 2024


================
@@ -4,6 +4,33 @@ include(AddSphinxTarget)
 if (SPHINX_FOUND)
   if (${SPHINX_OUTPUT_HTML})
     add_sphinx_target(html libc)
+
+    list(APPEND docgen_list
+      assert
+      ctype
+      errno
+      fenv
+      float
+      inttypes
+      locale
+      setjmp
+      signal
+      stdbit
+      stdlib
+      string
+      strings
----------------
nickdesaulniers wrote:

I wonder why these are being highlighted? Are they keywords in CMake? Perhaps I should make this a `;` separated string?

https://github.com/llvm/llvm-project/pull/119628


More information about the libc-commits mailing list