martiensk / vuex-jsdoc

A JSDoc plugin for documenting Vuex modules.
9 stars 2 forks source link

[Bug] - include pattern is causing other files to not be parsed #7

Closed Elaniobro closed 3 years ago

Elaniobro commented 3 years ago

I am using other plugins, and when I set the include pattern in the jsdocs.config file to use: "include" : ["."] only the files in my vuex store are parsed, and duplicated.

When I empty the array: "include": [] the vuex documentation is outputted once, but no other jsDoc comments are parsed.

Elaniobro commented 3 years ago

I had specified ./store in my script.