aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-09-29 15:58:44 +1000
committerinmarket <andrewh@inmarket.com.au>2014-09-29 15:58:44 +1000
commita873d55173fd0552e1108f4ccd9868fc4cb5163a (patch)
tree41b562f0c3c53cd16131a33dc52f36c883608a0e /src/ginput
parent611133cbc0d55f9dd570cfbccbe432ccc63a12aa (diff)
downloaduGFX-a873d55173fd0552e1108f4ccd9868fc4cb5163a.tar.gz
uGFX-a873d55173fd0552e1108f4ccd9868fc4cb5163a.tar.bz2
uGFX-a873d55173fd0552e1108f4ccd9868fc4cb5163a.zip
doxygen updates
Diffstat (limited to 'src/ginput')
-rw-r--r--src/ginput/driver_mouse.h6
1 files changed, 6 insertions, 0 deletions
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
*/