]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/led.h
Generate API docs from source code comments (#2491)
[qmk_firmware.git] / tmk_core / common / led.h
index 61c971c1073c55e9f4efba156e9889e4e8d19963..c16305129b9fca290bb0a31b8902c746d60de474 100644 (file)
@@ -19,6 +19,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define LED_H
 #include "stdint.h"
 
+/* FIXME: Add doxygen comments here. */
 
 /* keyboard LEDs */
 #define USB_LED_NUM_LOCK                0
@@ -40,4 +41,4 @@ void led_init_ports(void);
 }
 #endif
 
-#endif
\ No newline at end of file
+#endif