From a873d55173fd0552e1108f4ccd9868fc4cb5163a Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 29 Sep 2014 15:58:44 +1000 Subject: [PATCH] doxygen updates --- src/ginput/driver_mouse.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ginput/driver_mouse.h b/src/ginput/driver_mouse.h index 0f4c475a..4a61d46b 100644 --- a/src/ginput/driver_mouse.h +++ b/src/ginput/driver_mouse.h @@ -116,6 +116,8 @@ extern "C" { * @param[in] systeminstance The mouse instance ToDo: Add some more details * * @return TRUE on success, FALSE otherwise + * @note This routine is provided by the high level code for + * use in the driver VMT's GMouseVMT.d structure. * * @notapi */ @@ -125,6 +127,8 @@ extern "C" { * @brief Routine that is called after initialization * * @param[in] g The mouse driver + * @note This routine is provided by the high level code for + * use in the driver VMT's GMouseVMT.d structure. * * @notapi */ @@ -134,6 +138,8 @@ extern "C" { * @brief Deinitialize a mouse driver * * @param[in] g The mouse driver + * @note This routine is provided by the high level code for + * use in the driver VMT's GMouseVMT.d structure. * * @notapi */