Details
-
Type:
Technical task
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: Titanium Studio 1.0.9
-
Fix Version/s: 2012 Sprint 18, Titanium Studio 3.0.0
-
Component/s: Content Assist, JS
-
Labels:None
-
Story Points:13
-
Theme:
Description
Following JSDoc as a guide, we need to add support for an @module tag. The syntax would be:
/**
|
* @module {dir1/dir2/myModuleName}
|
*/
|
This will require us to:
- Add support for @module and its parameters to the SDoc parser
- Add a module element to the SDoc model
- Possibly store a reference of the module name to the document defining it in the JS index
Attachments
Issue Links
- relates to
-
TISTUD-6735 Provide useful content assist against mobware commonjs SDKs/modules
-
- Closed
-