-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Sys: Adding defgroup to rpl.h #2714
Conversation
kushalsingh007
commented
Mar 25, 2015
- Adding @defgroup and brief section to rpl.h
- Part of fix for RPL headers need documentation #2656
- Adding @defgroup and @brief section to rpl.h
Since I wasn't exactly sure what the exact content should be I thought opening a PR and having your feedback would be a better idea. |
@@ -8,7 +8,11 @@ | |||
*/ | |||
|
|||
/** | |||
* @defgroup rpl RPL Header |
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.
According to #2422 this should be net_rpl
. I also would remove the "Header". The other protocol implementations don't use it either: http://riot-os.org/api/group__net.html
Edit: Added some more files |
9f184dd
to
45554bf
Compare
@kushalsingh007 are you still working on this? |
@cgundogan : I do have some of these in my local repo , however for those which need entire documentation to be written, I am afraid I might not be the best person to write documentation for those one's. As I do not have the idea about those one's in the big picture. Still, I think I'll try to put here whatever I have done soon ( once my exams end in 2 days), Thanks for the reminder :). I am sure I'll need some help from you guys though. |
I close this PR, because it references the former |