Closed ARMmaster17 closed 9 years ago
After the mess with PR #144, all the new code files need to be commented so the documentation engine can pick them up. Document each class and function like this:
/** * Displays "Hello world". */ static void printHW() { Serial.println("Hello world!"); }
After the mess with PR #144, all the new code files need to be commented so the documentation engine can pick them up. Document each class and function like this: