Skip to content
This repository was archived by the owner on Nov 28, 2019. It is now read-only.

Commit 2b324dd

Browse files
author
Arjun Guha
committed
revert to JSDoc 2
1 parent 2ca73cc commit 2b324dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

new-src/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ all:
1818

1919

2020
doc:
21-
cd ../tools/jsdoc3 && \
22-
./jsdoc --destination ../../new-doc \
23-
../../new-src/flapjax.js
21+
cd ../tools/jsdoc-toolkit/jsdoc_toolkit-2.4.0/jsdoc-toolkit && \
22+
java -jar jsrun.jar app/run.js -a -t=templates/jsdoc \
23+
--directory=../../../../new-doc ../../../../new-src/flapjax.js

0 commit comments

Comments
 (0)