Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 946 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 946 Bytes

titanium-mobile-sdoc

A Titanium Mobile API parser made with Ruby, it takes api.json file and dumps a SDOC file, now, add the SDOC file to your NetBeans project (I guess it works on Aptana) then you have code completation of the API, yay! :D.

Usage

Download API Reference as JSON (api.json) from here, move it to dist/api.json, then run default task:

$ rake

It creates a SDOC file in the dump/ folder.

Install

Copy dump/titanium-mobile.sdoc file to your project.

Demo

Known Bugs

  • I don't know why the comments doesn't work, still, methods, params, etc, works fine.

License

See LICENSE file.