clenemt / docdash

:zap: Lodash inspired JSDoc 3 template/theme
http://clenemt.github.io/docdash/
Other
824 stars 201 forks source link

Is there a sample. vue file annotation? #117

Open zhumj1 opened 1 year ago

zhumj1 commented 1 year ago

Do we have to write the @ method tag when our template identifies the method of the vue component

ar2rsawseen commented 1 year ago

Hello sorry, not using vue that much, so would not know But the whole parsing of annotations is mostly done by jsdoc library, and templates are mostly rendering of that data. So if it is a parsing question, you should first check if the same behavior is with pure jsdoc and possibly direct the question there :)

zhumj1 commented 1 year ago

ok...thanks