doxygen updates
This commit is contained in:
parent
611133cbc0
commit
a873d55173
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue