Skip to content

Commit cabdfe1

Browse files
committed
Remove from non-det from the script
1 parent cf9ea38 commit cabdfe1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/jsdoc.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,6 @@ run() {
268268
-d ${DST}/CONCURRENCY/ \
269269
${LIB}/concurrency.js
270270

271-
# NON-DET
272-
273-
${JSDOC} -r -t ${TMPL} \
274-
-c docs/jsdoc/conf.json \
275-
-R ${MD}/README_NON-DET.md \
276-
-d ${DST}/NON-DET/ \
277-
${LIB}/non-det.js
278-
279271
# MCE
280272

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

0 commit comments

Comments
 (0)