]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/action_macro.c
Generate API docs from source code comments (#2491)
[qmk_firmware.git] / tmk_core / common / action_macro.c
index 7726b1190769a869d7e3a711e6b077fcfab91ebe..12bef295861ee64c6021015ac66ea2c9f5c431e4 100644 (file)
@@ -29,6 +29,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef NO_ACTION_MACRO
 
 #define MACRO_READ()  (macro = MACRO_GET(macro_p++))
+/** \brief Action Macro Play
+ *
+ * FIXME: Needs doc
+ */
 void action_macro_play(const macro_t *macro_p)
 {
     macro_t macro = END;