]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/command.h
Generate API docs from source code comments (#2491)
[qmk_firmware.git] / tmk_core / common / command.h
index a729e4b1e438c73f28f0391ff4c341587d03875d..d9d89ba0f1ec104cc0e4c423ef7ad36940ac863c 100644 (file)
@@ -18,6 +18,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef COMMAND_H
 #define COMMAND
 
+/* FIXME: Add doxygen comments for the behavioral defines in here. */
+
 /* TODO: Refactoring */
 typedef enum { ONESHOT, CONSOLE, MOUSEKEY } command_state_t;
 extern command_state_t command_state;
@@ -154,4 +156,4 @@ bool command_proc(uint8_t code);
 #define XMAGIC_KC(key) KC_##key
 #define MAGIC_KC(key) XMAGIC_KC(key)
 
-#endif
\ No newline at end of file
+#endif