Community
Participate
Working Groups
Currently the build runs jsdoc on files in these directories: org.eclipse.orion.client.core/static/js/ org.eclipse.orion.client.editor/web/js/ Some of our code is now in subdirectories of these, so we should consider passing the -r=<DEPTH> argument to jsdoc, which makes it recurse into subdirectories. We've also now got client code defined in other bundles, like: org.eclipse.orion.client.git org.eclipse.orion.client.users.ui If this is intended to be API (and I think it is -- at least the Git stuff), then we should add those to the list of directories.
Done, I added -r=3 and both client.git and client.users.ui