summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src/mouse.hcc
diff options
context:
space:
mode:
Diffstat (limited to 'Graphic_Equalizer/src/mouse.hcc')
-rw-r--r--Graphic_Equalizer/src/mouse.hcc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Graphic_Equalizer/src/mouse.hcc b/Graphic_Equalizer/src/mouse.hcc
index 0469fda..61ce619 100644
--- a/Graphic_Equalizer/src/mouse.hcc
+++ b/Graphic_Equalizer/src/mouse.hcc
@@ -1,4 +1,4 @@
-/*! \file mousedriver.hcc
+/*! \file mouse.hcc
*
* \section generic This module takes care of mouse input. The mouse
* input function itself is however performed by the
@@ -38,9 +38,9 @@
/*! \fn void mouse_main(mousedata_t *mousedata);
* \brief Main mousedriver. This function never returns! It calls the
* main mousehandler and returns the States and coordinates
- * into the shared mpram.
+ * into a shared store.
*
- * \param void None.
+ * \param *mousedata Storage for all mousedata and states.
*
* \return Never Returns.
* \retval void