-
Notifications
You must be signed in to change notification settings - Fork 217
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
Comments on header guard endif don't match ifdef #916
Comments
Hi @skliper Can I work on this issue if it's open?? |
@prsndp Thanks for the offer, but I think a script was just put together to automate this fix. |
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Mar 25, 2021
Ensure all headers have a consistent include guard and file block comment This gets all FSW code within src/os and src/bsp.
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Mar 25, 2021
Ensure all headers have a consistent include guard and file block comment This gets all FSW code within src/os and src/bsp.
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Mar 25, 2021
Ensure all headers have a consistent include guard and file block comment This gets all unit tests (function, not coverage) and ut assert
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Mar 25, 2021
Scrub all include guards and file scope doxygen comments in src/unit-test-coverage
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Mar 25, 2021
Filter out author and creation date info (not relevant)
jphickey
pushed a commit
to jphickey/osal
that referenced
this issue
Aug 10, 2022
Integration Candidate: 2020-09-29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
For example:
osal/src/os/inc/common_types.h
Lines 31 to 32 in ead5723
osal/src/os/inc/common_types.h
Line 191 in ead5723
Describe the solution you'd like
Comments should be consistent w/ code
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: