GTimer doxygen bugfix

ugfx_release_2.6
Joel Bodenmann 2012-11-19 20:39:20 +01:00
parent 93fdd5dcdb
commit 19d45eaeda
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@
* @file gtimer.h
* @brief GTIMER GFX User Timer subsystem header file.
*
* @addtogroup GEVENT
* @addtogroup GTIMER
* @{
*/
#ifndef _GTIMER_H

View File

@ -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) {