mark up motion plus for doxygen

This commit is contained in:
Ryan Pavlik
2011-09-02 15:12:07 -05:00
parent 2b8a079d8f
commit 24f8ed947a

View File

@@ -41,9 +41,12 @@
extern "C" { extern "C" {
#endif #endif
/** @defgroup internal_mp Internal: MotionPlus */
/** @{ */
void motion_plus_disconnected(struct motion_plus_t* mp); void motion_plus_disconnected(struct motion_plus_t* mp);
void motion_plus_event(struct motion_plus_t* mp, byte* msg); void motion_plus_event(struct motion_plus_t* mp, byte* msg);
/** @} */
#ifdef __cplusplus #ifdef __cplusplus
} }