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
|
* @file gtimer.h
|
||||||
* @brief GTIMER GFX User Timer subsystem header file.
|
* @brief GTIMER GFX User Timer subsystem header file.
|
||||||
*
|
*
|
||||||
* @addtogroup GEVENT
|
* @addtogroup GTIMER
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#ifndef _GTIMER_H
|
#ifndef _GTIMER_H
|
||||||
|
|
|
@ -286,6 +286,7 @@ void gtimerJab(GTimer *pt) {
|
||||||
* @note If the timer is not active this does nothing.
|
* @note If the timer is not active this does nothing.
|
||||||
* @note Repeated Jabs before the callback function actually happens are ignored.
|
* @note Repeated Jabs before the callback function actually happens are ignored.
|
||||||
*
|
*
|
||||||
|
* @iclass
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
void gtimerJabI(GTimer *pt) {
|
void gtimerJabI(GTimer *pt) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue