-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failing to process source folders starting with underscore #308
Comments
This behavior is intentional. The default configuration file is set up to exclude files and folder names that begin with an underscore. To change the default behavior:
We could definitely use better docs for this, so I made a note on a related issue in the documentation project: jsdoc/jsdoc.github.io#4 Hope that helps! |
oh, I see. |
OK ... So I changed the conf.json and use -c to point to it. It still will not process that file |
and just like that... somehow it now works.. |
I experienced a weird(?) problem:
When any folder in the source path starts with an underscore (_), jsdoc runs without any complaints, but produces completely empty output.
removing the underscore from the name of the folder resolves the problem.
This is on a win-7 machine with jdk 1.6.0_37
The text was updated successfully, but these errors were encountered: