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

Header guard update to match osal pattern #1239

Closed
skliper opened this issue Mar 17, 2021 · 0 comments · Fixed by #1258
Closed

Header guard update to match osal pattern #1239

skliper opened this issue Mar 17, 2021 · 0 comments · Fixed by #1258
Assignees
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Mar 17, 2021

Is your feature request related to a problem? Please describe.
Current header guards utilized reserved leading _, likely also inconsistent

Helpful if it also catches endif comment (typically comments the matching define)

Describe the solution you'd like
Apply OSAL pattern

Describe alternatives you've considered
None

Additional context
None

Requester Info
Jacob Hageman - NASA/GSFC

jphickey added a commit to jphickey/cFE that referenced this issue Mar 24, 2021
All C header files should have a header guard matching the file
name of the header, in ALL_CAPS, with no extra leading/trailing
underscores.

This also takes a first pass at converting the file-scope block
comments to a doxygen format to include a summary of the file.
jphickey added a commit to jphickey/cFE that referenced this issue Mar 24, 2021
This removes cases where extra blank lines in comments were present.

This affects both the newly added blocks as well as some existing
cases where extra blank lines were inside block comments.
astrogeco added a commit that referenced this issue Mar 25, 2021
@skliper skliper added this to the 7.0.0 milestone Sep 24, 2021
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.

2 participants