-
Notifications
You must be signed in to change notification settings - Fork 178
Platform docs cleanup #482
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
Platform docs cleanup #482
Conversation
theotherjimmy
commented
Apr 3, 2018
- Break platform into 3 major sections
- Introcude relevent concetps in those sections
- Move detailed exampes into Callback docs
- Break platform into 3 major sections - Introcude relevent concetps in those sections - Move detailed exampes into Callback docs
@AnotherButler I think I got to all of the cleanup I needed to. |
@sg- Could you take a look? |
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 good but one or two small changes needed
@@ -27,3 +27,156 @@ Here is an example that uses everything discussed in the [introduction to callba | |||
|
|||
- [Platform overview](/docs/development/reference/platform.html). |
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.
This and Intro + related content should now be deleted
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.
Thanks! I'll do that.
You can create a Callback directly from a C function or function pointer with the same type: | ||
|
||
``` c++ | ||
void dosomething(int) { |
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.
Great to move the content around but this still violates the no foo/bar rule imo. Make sure to keep another task to make the example useful or tangible
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.
I think I'd rather just do that now.
@sg- Could you take another look? |
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.
Well done 👍
Make minor grammar changes.
Make change from #482 to live site.
Add content from #482 to live site.
Make changes from #482 to live site.