From 058613310973365a64c2bf94f7a5ab9a2f1b14b9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 9 Dec 2016 20:38:04 -0500 Subject: Switch from yuidoc to JSDoc3. Before it downloaded yuidoc for you; not it expects that jsdoc is already installed. Note that it was old-school, abandoned yuidoc, not its successor yuidocjs. The migration path from yuidoc->jsdoc actually seemed simpler than yuidoc->yuidocjs. --- jarmonbuild/jsdoc.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 jarmonbuild/jsdoc.json (limited to 'jarmonbuild/jsdoc.json') diff --git a/jarmonbuild/jsdoc.json b/jarmonbuild/jsdoc.json new file mode 100644 index 0000000..b2782a8 --- /dev/null +++ b/jarmonbuild/jsdoc.json @@ -0,0 +1,11 @@ +{ + "plugins": ["plugins/markdown"], + "source": { + "excludePattern": "\\.test\\.js$" + }, + "templates": { + "default": { + "useLongnameInNav": true + } + } +} -- cgit v1.2.3-54-g00ecf