From 06de786b98e67dd70f7ea1ee27f126d2d86297d3 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 8 Mar 2013 19:19:14 +0100 Subject: [PATCH] Adding information about jsdoc3 dependency --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 33f8844149..7c40aee999 100644 --- a/readme.md +++ b/readme.md @@ -79,8 +79,12 @@ Then: ## Run the precommit hook before pushing a commit: +First, install the latest version of [JSDoc3](https://github.com/jsdoc3/jsdoc). Then: + $ ./build.py precommit +This makes sure that your commit won't break the build. It also runs JSDoc3 to make sure that there are no invalid API doc directives. + ## Add examples The examples are located in the `examples` directory. Adding a new example