Skip to content
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

Closed
skliper opened this issue Mar 17, 2021 · 2 comments · Fixed by #931 or #951
Closed

Comments on header guard endif don't match ifdef #916

skliper opened this issue Mar 17, 2021 · 2 comments · Fixed by #931 or #951
Assignees
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Mar 17, 2021

Is your feature request related to a problem? Please describe.
For example:

#ifndef COMMON_TYPES_H
#define COMMON_TYPES_H

#endif /* _common_types_ */

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

@iprasandeep
Copy link

Hi @skliper Can I work on this issue if it's open??

@skliper
Copy link
Contributor Author

skliper commented Mar 25, 2021

@prsndp Thanks for the offer, but I think a script was just put together to automate this fix.

@skliper skliper removed the good first issue Good for newcomers label Mar 25, 2021
@skliper skliper added this to the 6.0.0 milestone Mar 25, 2021
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 jphickey linked a pull request Mar 25, 2021 that will close this issue
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)
astrogeco added a commit that referenced this issue Apr 8, 2021
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants