]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/keycode.h
Generate API docs from source code comments (#2491)
[qmk_firmware.git] / tmk_core / common / keycode.h
index e7e09e0988ef981f4d519980a4f936efd6ce8221..734c9fbff0502d7399df8e4c5e02a748fbe5cb86 100644 (file)
@@ -22,6 +22,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef KEYCODE_H
 #define KEYCODE_H
 
+/* FIXME: Add doxygen comments here */
 
 #define IS_ERROR(code)           (KC_ROLL_OVER <= (code) && (code) <= KC_UNDEFINED)
 #define IS_ANY(code)             (KC_A         <= (code) && (code) <= 0xFF)