Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18543] Docgen inherits platforms incorrectly

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionFixed
Resolution Date2015-02-10T21:30:13.000+0000
Affected Version/sn/a
Fix Version/sRelease 4.0.0
ComponentsTooling
Labelsn/a
ReporterGary Mathews
AssigneeBenjamin Hatfield
Created2015-02-10T01:45:18.000+0000
Updated2015-03-25T18:58:24.000+0000

Description

When generating documentation using the the append argument some methods and properties are generated incorrectly due to inheritance. Running the command (after generating titanium windows yaml) :
node docgen -a titanium_mobile_windows\apidoc\Titanium
Produces the following output: !http://puu.sh/fIah9/c17fa0673a.JPG! This is due to docgen inheriting *Titanium.UI.View* incorrectly.
name: Titanium.UI.View
platforms: [windowsphone]

Comments

  1. Benjamin Hatfield 2015-02-10

    PR ready: https://github.com/appcelerator/titanium_mobile/pull/6629
  2. Ewan Harris 2015-03-25

    When running the above commands the platforms are now shown properly. Closing ticket.

JSON Source