-
Notifications
You must be signed in to change notification settings - Fork 47
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
Doc Scraper Fixes #585
Doc Scraper Fixes #585
Conversation
6d75551
to
0e62fb1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two quick questions, but if you don't think they're a big deal, go ahead and merge.
2a20bca
to
b8eb9b3
Compare
@TwitchBronBron -- I think this deals with all the issues that you raised previously |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Looks like your branch is out of date with master. Once you update with master, I'm ready to merge this.
73f7e52
to
04c3b8b
Compare
A few fixes to the doc scraper to grab a few more missing types
FWIW, here are a few fixes to the doc scrapper... There were a few places where the property names and such had extra slashes in them, and a few places where the types were not found or the like.
I originally wanted to look at generating Typedefs, by using
InterfaceStatement
, etc... but typedefs should have the comments in them, especially for@param
, etc. and the Statements don't have those included.... so that work needs to wait until #512 is addressed.