diff options
| author | Joel Bodenmann <joel@unormal.org> | 2012-11-19 20:39:20 +0100 | 
|---|---|---|
| committer | Joel Bodenmann <joel@unormal.org> | 2012-11-19 20:39:20 +0100 | 
| commit | 19d45eaeda0730c658f3dd9c1b4acacd400e20b1 (patch) | |
| tree | 969854cbeb3754391aef459dceba81da2ed57f1b | |
| parent | 93fdd5dcdbfc4b4b6c41e0b7836ce754cba7f0a1 (diff) | |
| download | uGFX-19d45eaeda0730c658f3dd9c1b4acacd400e20b1.tar.gz uGFX-19d45eaeda0730c658f3dd9c1b4acacd400e20b1.tar.bz2 uGFX-19d45eaeda0730c658f3dd9c1b4acacd400e20b1.zip | |
GTimer doxygen bugfix
| -rw-r--r-- | include/gtimer.h | 2 | ||||
| -rw-r--r-- | src/gtimer.c | 1 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/include/gtimer.h b/include/gtimer.h index 55bb209b..9e14d4cb 100644 --- a/include/gtimer.h +++ b/include/gtimer.h @@ -21,7 +21,7 @@   * @file    gtimer.h
   * @brief   GTIMER GFX User Timer subsystem header file.
   *
 - * @addtogroup GEVENT
 + * @addtogroup GTIMER
   * @{
   */
  #ifndef _GTIMER_H
 diff --git a/src/gtimer.c b/src/gtimer.c index 84518a23..9467d079 100644 --- a/src/gtimer.c +++ b/src/gtimer.c @@ -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) {
 | 
