Skip to content

Commit aa0bd7c

Browse files
expand docgen_list
1 parent 11c052b commit aa0bd7c

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

libc/docs/CMakeLists.txt

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,25 @@ if (SPHINX_FOUND)
55
if (${SPHINX_OUTPUT_HTML})
66
add_sphinx_target(html libc)
77

8-
list(APPEND docgen_list string strings)
8+
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+
)
927

1028
foreach(stem IN LISTS docgen_list)
1129
add_custom_target(${stem}_rst

0 commit comments

Comments
 (0)