We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c052b commit aa0bd7cCopy full SHA for aa0bd7c
libc/docs/CMakeLists.txt
@@ -5,7 +5,25 @@ if (SPHINX_FOUND)
5
if (${SPHINX_OUTPUT_HTML})
6
add_sphinx_target(html libc)
7
8
- list(APPEND docgen_list string strings)
+ list(APPEND docgen_list
9
+ assert
10
+ ctype
11
+ errno
12
+ fenv
13
+ float
14
+ inttypes
15
+ locale
16
+ setjmp
17
+ signal
18
+ stdbit
19
+ stdlib
20
+ string
21
+ strings
22
+ threads
23
+ uchar
24
+ wchar
25
+ wctype
26
+ )
27
28
foreach(stem IN LISTS docgen_list)
29
add_custom_target(${stem}_rst
0 commit comments