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

Doc Scraper Fixes #585

Merged
merged 5 commits into from
Sep 1, 2022

Conversation

markwpearce
Copy link
Collaborator

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.

@markwpearce markwpearce force-pushed the doc_scraping_fixes branch from 6d75551 to 0e62fb1 Compare May 12, 2022 16:43
Copy link
Member

@TwitchBronBron TwitchBronBron left a 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.

src/roku-types/data.json Show resolved Hide resolved
src/roku-types/data.json Show resolved Hide resolved
@markwpearce
Copy link
Collaborator Author

@TwitchBronBron -- I think this deals with all the issues that you raised previously

Copy link
Member

@TwitchBronBron TwitchBronBron left a 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.

@TwitchBronBron TwitchBronBron merged commit b701de2 into rokucommunity:master Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants