Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8349] MobileWeb: Add documentation to the entire mobile web source code

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2017-06-26T18:40:46.000+0000
Affected Version/sRelease 2.0.1
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2012-03-28T11:01:20.000+0000
Updated2018-04-04T23:20:29.000+0000

Description

There currently is no documentation of the mobile web platform itself. For this, we will be using the JSDoc format (https://github.com/jsdoc3/jsdoc). The actual parser may be the JSDoc parser or another tool such as Dox (https://github.com/visionmedia/dox).

Comments

  1. Chris Barber 2012-05-20

    Seems like the AST parser will be our best option for parsing the JSDoc data out of the code. We might want to use the output from the AST parser to also generate visual graphs of dependencies like this project: https://github.com/pahen/node-madge
  2. Ingo Muschenetz 2012-06-11

    As a suggestion, we might want to consider using ScriptDoc or a variant of that format. We could extend ScriptDoc as necessary. https://wiki.appcelerator.org/display/guides2/ScriptDoc+%28SDOC%29+2.0+Specification
  3. Lee Morris 2017-06-26

    Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
  4. Eric Merriman 2018-04-04

    Closing as will not fix.

JSON Source