Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm nearly finished the process of converting my project to using Doxygen for documentation and I've run in to issues with C-Style arrays producing a warning: documented symbol ''const CRGB BinaryClockShield::BinaryClock::hourColorsP' ' was not declared or defined.
From the .cpp file:
From the .h file:
This is just one example from a dozen. I tried adding the
\varcommand:/// @var CRGB hourColorsP[][]to the comments but it just adds another error.Is there a way to force it to be included? The project targets an Arduino UNO board which has very limited RAM and flash ROM memory so I need to explain the design as it isn't obvious what, why and how I'm implementing these sections.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions