-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
@description tag does not works in v3.0.9 #394
Comments
Hi! That's weird this issue is back again, since there are tests that cover this case. Also I don't think you have to use any |
Hi @Kocal I have also tried without I'm using the Tui template with slight CSS modifications which does not affect the description - it's just simply does not show up in the rendered HTML code. I can confirm that all the descriptions work where I don't use the @vue-* params. |
Update: I think I've found the problem. On https://github.com/Kocal/jsdoc-vuejs/blob/master/lib/templates/tui.ejs#L4 there's a style tag which uses |
Hi @Kocal! |
With jsdoc-vuejs v3.0.9 the standard JSDoc
@description
tag does not rendered into documentation, see my code below:I have also tried with
@desc
tag and single line without@param
but does not work. I have found issue #140 which mentioned also the same problem and was fixed back then, but now this is an issue again (at least for me).Is there any way to fix this?
For reference I have the following deps in my
package.json
:Also my config for
.jsdoc.json
:Thanks!
The text was updated successfully, but these errors were encountered: