Skip to content

Add Doxygen-style file header comments to all .c and .h files#103

Open
Synergy738 wants to merge 3 commits intopabloosabaterr:mainfrom
Synergy738:main
Open

Add Doxygen-style file header comments to all .c and .h files#103
Synergy738 wants to merge 3 commits intopabloosabaterr:mainfrom
Synergy738:main

Conversation

@Synergy738
Copy link
Copy Markdown

Closes #94

What this PR does

Adds a consistent Doxygen-style header comment to the top of every .c and .h file in the project, as requested in issue #94.

Format used

Each header follows the specified format:

  • @file — filename matching the actual file
  • @brief — one-line summary of the module's purpose
  • Responsibilities — bullet list of what the file owns

Files changed

Added header comments to 24 files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Add standardized file-level documentation headers to all source files

1 participant