Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-11520] Adding simple parity generator for docs #3979

Merged
merged 2 commits into from Mar 18, 2013

Conversation

jonalter
Copy link
Contributor

No description provided.

output.write("</tr>\n")

for name in annotated_apis:
annotated_obj = annotated_apis[name]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should check if the object is a "real" object (that is, it inherits from Ti.Proxy). Everything else is a "pseudotype"--basically, an interface, and not as interesting from a parity point of view.

We could include these (marked with (pseudotype) perhaps, so people know what they're looking at.

See https://github.com/appcelerator/titanium_mobile/blob/master/apidoc/generators/jsduck_generator.py#L422 for an example of how we do this in the jsduck generator.

@arthurevans
Copy link
Contributor

Reviewed, tested. Left a few comments, otherwise looks good.

@arthurevans
Copy link
Contributor

Reviewed, tested. Approved.

arthurevans pushed a commit that referenced this pull request Mar 18, 2013
[TIMOB-11520] Adding simple parity generator for docs
@arthurevans arthurevans merged commit 814a49c into tidev:master Mar 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants