mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-04-21 02:26:51 +02:00
Public function docstrings belong exclusively in .h headers per coding convention. Only static helper functions and static variables retain docstrings in .c files. Removed 413 duplicate docstrings across 185 files (15 CBM + 15 C SDK projects). All 30 projects rebuild with zero errors.