-
Notifications
You must be signed in to change notification settings - Fork 57
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
Part #274, Cleanup and add doxygen for cfe_psp.h #381
Conversation
Change |
2378246
to
f7a9cc5
Compare
@skliper That's all done mate |
@thnkslprpt commit still says |
f7a9cc5
to
0d2f710
Compare
@skliper Sorry - got things backwards. Should be correct now. |
Note I also took out the word "fixes" from the PR text so it won't link the issue for automatic closure. Good to go! |
Checklist
Describe the contribution
I have not attempted to split up the header, nor removed any functions - I intended to leave those as separate work items in the original issue or open a new issue for them. Can also remove functions in this PR if there is consensus/advice to do so.
Doxygen markup added, along with more detail for @param's, @return's etc.
Moved some existing function header information from the implementation files into
cfe_psp.h
- unless there is platform-specific information in that particular variant's function header comment. The .h file is the logical and central 'source-of-truth' for the function header information, and doubling it up (or tripling/quadrupling in the case of PSP) just leads to inconsistencies when updates occur.Comments referring to
BSPReadCDSRtn
,BSPWriteCDSRtn
andPSPRestartRt
were removed as these seem to be no longer implemented - unless they exist in some other non-public implementation?Also, is
PtrToDataToRead
a bit of a misnomer? (the pointer is for storage of the data no?)Testing performed
Just GitHub CI.
Expected behavior changes
Documentation changes only.
Contributor Info
Avi Weiss @thnkslprpt