From 24f8ed947af3d7c27bb68672ff030cd48869c8d1 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Fri, 2 Sep 2011 15:12:07 -0500 Subject: [PATCH] mark up motion plus for doxygen --- src/motion_plus.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/motion_plus.h b/src/motion_plus.h index f42f27d..9b05cce 100644 --- a/src/motion_plus.h +++ b/src/motion_plus.h @@ -41,9 +41,12 @@ extern "C" { #endif +/** @defgroup internal_mp Internal: MotionPlus */ +/** @{ */ void motion_plus_disconnected(struct motion_plus_t* mp); void motion_plus_event(struct motion_plus_t* mp, byte* msg); +/** @} */ #ifdef __cplusplus }