Kocal / jsdoc-vuejs

📖 A JSDoc plugin for documenting .vue files.
MIT License
236 stars 40 forks source link

[Bug] when I use "debounce", it cannot recognize the method #268

Open xyydd opened 5 years ago

xyydd commented 5 years ago

when I use "debounce" in *.vue , it cannot recognize the method code:

 methods: {
  /**
   * Do something
   */
   demo: debounce(function () {
     do something...
   }, 350)
 }
Kocal commented 5 years ago

Hi, and sorry for the delay.

I think it's more a JSDoc issue than anything else, but I will give a try this week-end.