Skip to content

Conversation

@gabryelreyes
Copy link
Collaborator

@gabryelreyes gabryelreyes commented Jan 2, 2026

Added @file Doxygen command to each header.
New Doxygen findings came up from this change.
Performed small formatting improvements with auto-formatter
Updated Copyright notice to 2026

Closes #214

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds the @file Doxygen command to header and source files throughout the codebase and updates copyright notices from 2025 to 2026. Additionally, it includes code formatting improvements and Doxygen configuration updates to handle the IRAM_ATTR macro.

Key Changes:

  • Added @file Doxygen tag to all C/C++ source and header files for proper documentation generation
  • Updated copyright year range from "2023 - 2025" to "2023 - 2026" across all files
  • Applied code formatting fixes (whitespace, alignment, bracket placement)
  • Added IRAM_ATTR to Doxygen PREDEFINED macros in all configuration files

Reviewed changes

Copilot reviewed 240 out of 240 changed files in this pull request and generated no comments.

Show a summary per file
File Description
test/test_*.cpp Added @file tag and updated copyright to 2026
src/main.cpp Added @file tag and updated copyright to 2026
scripts/*.py Updated copyright to 2026 and improved code formatting
lib//src/.{h,cpp,hpp,inl} Added @file tag, updated copyright to 2026, and formatting improvements
doc/doxygen/*Doxyfile Added IRAM_ATTR to PREDEFINED macros for better documentation processing
LICENSE Updated copyright year to 2026

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@gabryelreyes gabryelreyes requested a review from BlueAndi January 2, 2026 12:26
@gabryelreyes gabryelreyes merged commit 610a122 into main Jan 2, 2026
27 checks passed
@gabryelreyes gabryelreyes deleted the bugfix/file_header branch January 3, 2026 10:45
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.

Add missing @file Doxygen command

3 participants