-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using template #15
Comments
I also hit a problem (not the same error above) when running this against jsdoc v3.3.0ALPHA8... I tried it against jsdoc 3.2.2 and it worked...Maybe it will work for you as well.. |
I have the same issue. And it is linked to the presence of Is there a way to have some feedback from the developer of the template? The layout of my test-project is:
tut1.md # Title 1
Text text text tut1.json {
"title": "Tutorial 1"
} jsdocconf.json {
"tags": {
"allowUnknownTags" : true
},
"templates": {
"cleverLinks": true,
"monospaceLinks": true,
"default": {
"outputSourceFiles" : true
},
"applicationName": "SaphirJS",
"disqus": "",
"googleAnalytics": "",
"linenums": false
}
} Gruntfile.js jsdoc: {
all: {
src: [
'./src/main/js/**/*.js',
],
options: {
destination: 'doc',
tutorials: './tut'
template : "node_modules/jaguarjs-jsdoc",
configure : "jsdocconf.json",
},
}
}, |
It doesn't appear this project is being maintained, however, there is a solution on SO for anyone looking. |
I'm trying to set up jsdoc3 with jaguarjs, and it seems to not want to listen to me. At all.
I simply cloned https://github.com/davidshimjs/jaguarjs-jsdoc into the dir I'm working in, and created a config file in the same dir:
Then ran jsdoc:
jsdoc -c jsdoc.json src/*
Just to get:
I'm using version:
I also tried master, with no success.
The text was updated successfully, but these errors were encountered: