"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/)_"
},
You would need to create the exclude pattern (regular expression) to
filter out that directory.
Tim
On Wed, Jan 11, 2012 at 4:04 PM, mattb <mattb...@gmail.com> wrote:
> How do you exclude a directory from the docs?
>
> --
> You received this message because you are subscribed to the Google Groups "JSDoc Users" group.
> To post to this group, send email to jsdoc...@googlegroups.com.
> To unsubscribe from this group, send email to jsdoc-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/jsdoc-users?hl=en.
>
Great,
I'm rubbish at regEx, always takes me ages to get it to work!
Any idea what it would be to remove 'tests/lib' path ?