문제

In my JS library I've noticed that none of the files starting with an underscore are appearing in my output from JSDoc3. These are marked using @module and I've tried adding @public and also building with the -p switch but I can't seem to get them appearing. Any ideas how to solve this?

도움이 되었습니까?

해결책

I've discovered that if you run JSDoc using a configuration file (http://usejsdoc.org/about-configuring-jsdoc.html#configuration-file-command-line) you can update the excludePattern which by default includes files starting with the underscore pattern.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top