JSDoc Templates - "publish" not found -


i've been able jsdoc3 working default template, however, when try run template (even 1 comes it,haruki) following error:

js: "/path/to/jsdoc/jsdoc.js", line 308: exception uncaught javascript throw: error: unable load template: module "haruki/publish" not found. 

i've tried several other templates , same thing. goven freshman status jsdoc i'm assuming it's config or call issue that's tripping me up.

try set full path template folder publish.js file (not template name)

for example command line parameter

-t templates/docstrap-master/template 

or in config.json file

{ ... "opts": { ... "template": "templates/docstrap-master/template" } }

it works https://github.com/terryweiss/docstrap

for haruki seems work ./jsdoc -c conf.json -t templates/haruki have error:

this template supports output console. use option "-d console" when run jsdoc.

with -d console prints result console


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -