You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Is your feature request related to a problem? Please describe.
Current header guards utilized reserved leading
_
, likely also inconsistentHelpful 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
The text was updated successfully, but these errors were encountered: