-
Notifications
You must be signed in to change notification settings - Fork 3k
Edit #3086
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
Edit #3086
Conversation
Going to the rendered Doxy; the current link won't work on docs.mbed anyway, since it's relative to the repo
The core of the mbed-events library is the [EventQueue](EventQueue.h) class, | ||
which represents a single event queue. The `EventQueue::dispatch` function | ||
runs the queue, providing the context for executing events. | ||
The core of the mbed-events library is the [EventQueue](https://docs.mbed.com/docs/mbed-os-api/en/mbed-os-5.2/api/classevents_1_1EventQueue.html) class, which represents a single event queue. The `EventQueue::dispatch` function runs the queue, providing the context for executing events: |
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.
Out of curiousity, why the single line? Doesn't markdown join sequential lines? Single lines may make this harder to read/edit in terminals (not uncommon for READMEs).
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.
docs.mbed showed them as broken lines. Very obvious and ugly.
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.
Could docs.mbed be fixed to avoid the ugliness? Where does the renderer live?
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.
No. We will switch engines soon, and we'll see what happens then. In the meantime, no.
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.
Coolio then
I like what you've done with the place |
Just a text edit.