GTimer doxygen bugfix
This commit is contained in:
parent
93fdd5dcdb
commit
19d45eaeda
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
* @file gtimer.h
|
||||
* @brief GTIMER GFX User Timer subsystem header file.
|
||||
*
|
||||
* @addtogroup GEVENT
|
||||
* @addtogroup GTIMER
|
||||
* @{
|
||||
*/
|
||||
#ifndef _GTIMER_H
|
||||
|
|
|
@ -286,6 +286,7 @@ void gtimerJab(GTimer *pt) {
|
|||
* @note If the timer is not active this does nothing.
|
||||
* @note Repeated Jabs before the callback function actually happens are ignored.
|
||||
*
|
||||
* @iclass
|
||||
* @api
|
||||
*/
|
||||
void gtimerJabI(GTimer *pt) {
|
||||
|
|
Loading…
Add table
Reference in a new issue