JSDoc documentation generator with plovr by "make jsdoc"

This commit is contained in:
Petr Pridal
2012-06-19 16:13:00 +02:00
parent 6f3b47709a
commit fd14df352b
2 changed files with 5 additions and 2 deletions

View File

@@ -2,5 +2,8 @@ all:
java -jar plovr.jar serve main.json
build:
java -jar plovr.jar build main.json > index.js
jsdoc:
java -jar plovr.jar jsdoc main.json
.PHONY: build
.PHONY: build
.PHONY: jsdoc

View File

@@ -28,5 +28,5 @@
// "undefinedVars": "ERROR"
},
"jsdoc-html-output-path": "."
"jsdoc-html-output-path": "jsdoc"
}