Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 341388

Summary: Run jsdoc on more source code in the build
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Project Inbox <e4.orion-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: aniefer
Version: 0.2   
Target Milestone: 0.2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2011-03-30 11:51:15 EDT
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.
Comment 1 Andrew Niefer CLA 2011-03-31 10:59:54 EDT
Done, I added -r=3 and both client.git and client.users.ui