From fd14df352baed58fb94a556bc6631268e98931cc Mon Sep 17 00:00:00 2001 From: Petr Pridal Date: Tue, 19 Jun 2012 16:13:00 +0200 Subject: [PATCH] JSDoc documentation generator with plovr by "make jsdoc" --- Makefile | 5 ++++- main.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ff9dd6d345..00359f2d75 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file +.PHONY: build +.PHONY: jsdoc diff --git a/main.json b/main.json index 0048f48824..e71fb6920a 100644 --- a/main.json +++ b/main.json @@ -28,5 +28,5 @@ // "undefinedVars": "ERROR" }, - "jsdoc-html-output-path": "." + "jsdoc-html-output-path": "jsdoc" }