Skip to content

Commit 47b83cf

Browse files
committed
Continue removing non-det
1 parent bbcabab commit 47b83cf

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

scripts/jsdoc.sh

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -130,21 +130,6 @@ run() {
130130
${LIB}/pairmutator.js \
131131
${LIB}/concurrency.js
132132

133-
# Source §3 Non-Det
134-
135-
${JSDOC} -r -t ${TMPL} \
136-
-c docs/jsdoc/conf.json \
137-
-R ${MD}/README_3_NON-DET.md \
138-
-d ${DST}/"source_3_non-det"/ \
139-
${LIB}/auxiliary.js \
140-
${LIB}/misc.js \
141-
${LIB}/math.js \
142-
${LIB}/list.js \
143-
${LIB}/stream.js \
144-
${LIB}/array.js \
145-
${LIB}/pairmutator.js \
146-
${LIB}/non-det.js
147-
148133
# Source §3 Typed
149134

150135
${JSDOC} -r -t ${TMPL} \

0 commit comments

Comments
 (0)