Skip to content
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

Using this library in conjunction with jsdoc-vuejs #153

Open
craigrileyuk opened this issue Oct 1, 2023 · 0 comments
Open

Using this library in conjunction with jsdoc-vuejs #153

craigrileyuk opened this issue Oct 1, 2023 · 0 comments

Comments

@craigrileyuk
Copy link

This is working great for standard JS files, but I have to add a plugin to support parsing .vue files for JSDOC comments and I can't work out how to setup it up so they work together...

// jsdoc-conf.json 
{
  "opts": {
    "template": "./node_modules/tsd-jsdoc/dist",
    "recurse": true,
    "destination": "."
  },
  "source": {
    "includePattern": ".+\\.(js|vue)?$"
  },
  "plugins": [
    "node_modules/jsdoc-vuejs"
  ]
}

But when i run jsdoc src -c ./jsdoc-conf.json I get The template "./node_modules/tsd-jsdoc/dist" is not recognized by jsdoc-vuejs. Using default template as fallback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant