jfpoilpret / fast-arduino-lib

C++ platform to build Arduino and AVR projects. Rationale is size and speed optimization.
GNU Lesser General Public License v2.1
60 stars 9 forks source link

Improve API documentation by fixing doxygen warnings #104

Closed jfpoilpret closed 2 years ago

jfpoilpret commented 2 years ago

With consecutive refactoring work, although an effort was made to udpate API documentation, we can see a lot of warnings during doxygen execution (./make/build-docs).

It would be nice to review all doxygen warnings and try to fix all of them so that FastArduino documentation becomes fully complete.

jfpoilpret commented 2 years ago

Fixed in commit https://github.com/jfpoilpret/fast-arduino-lib/commit/aa0864e94904ea42b9df69c75664ad808fbdc0c4 A few warnings remain but they cannot be fixed (doxygen bugs?)