Hi,
I have set up jsdoc to document a directory (which contains sub directories)
by using the command line parameter -r: 10 and using a directory for the
source.
This works great and all my code is documented - however, within the
directory I have directories that I *dont* want to include.
Is there a way to exclude directorys from parsing while still using the -r
paramaeter upon a root directory?
The only alternative seems to be to list every sub directory I want to
recurse - which isnt really very maintainable.
Is there a better solution?
Rick
|