core: msg: update detail section on IPC#4475
Conversation
|
Arch users be advices that there is a bug in the most current doxygen version regarding the fenced code block syntax: https://bugzilla.gnome.org/show_bug.cgi?id=759177 |
core/include/msg.h
Outdated
|
thx for taking the time to create examples! |
|
What example would I set if I would not give examples ;P
|
|
addressed comments |
core/include/msg.h
Outdated
|
minor comments, but from my side, you can squash. |
|
Addressed comments and squashed immediately. |
|
Does this need to ACKs due to it [edit]technically[/edit] being a core change? |
|
nah. The two line code change doesn't chang anything semantically, so one ACK is OK. |
core/include/msg.h
Outdated
|
found two more typos... fix if you feel like... IMHO we should skip travis on this (all but the static tests that check the docs). |
core/include/msg.h
Outdated
core/include/msg.h
Outdated
There was a problem hiding this comment.
How about "Timing & messages"?
|
Thanks Martine for taking the initiative! No need to discuss on my proposed changes, adapt what you take as reasonable. |
|
Addressed last batch of comments. |
core/include/msg.h
Outdated
|
@authmillenon sorry being so picky, but now that you're on it ;-) ! IMO it's fine to squash |
|
Addressed comments and squashed |
|
ACK from my side. @kaspar030 please have a look and merge then!!! |
core/include/msg.h
Outdated
There was a problem hiding this comment.
Why did you remove these parens?
There was a problem hiding this comment.
It's in the piggybacked uncrustify commit.
There was a problem hiding this comment.
I guess we have to fix some settings there.
There was a problem hiding this comment.
It's one expression, so as far as I understand your parenthesis rules this should be right...
There was a problem hiding this comment.
(for e.g. two expressions the parenthesis would be kept around each)
There was a problem hiding this comment.
"My" rule is basically always to have parens around any condition. Especially, I don't see any reason to remove them.
There was a problem hiding this comment.
Changed and squashed immediately.
|
I'm confused. @PeterKietzmann did you ACK or do you want @kaspar030 to ACK? |
|
IMHO its fine. Go! |
core: msg: update detail section on IPC
|
Release version in #4496 |
Merges IPC section of old doxygen mainpage and detailed description and enhances it with some introductory text and examples.
Since I have uncrustify run as a pre-commit hook I included some style fixes too in an extra commit.