diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-11-02 20:26:06 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-11-02 20:26:06 +0100 |
commit | 1294824260eccfc79c449de103fbafd73d5670a3 (patch) | |
tree | f71cc0199a1a055079478607ab9d4404b0dd20c6 /src/touchpad.c | |
parent | 397b5074e8a8fae3dbfa52dd0ce62e4ccb2908dc (diff) | |
download | uGFX-1294824260eccfc79c449de103fbafd73d5670a3.tar.gz uGFX-1294824260eccfc79c449de103fbafd73d5670a3.tar.bz2 uGFX-1294824260eccfc79c449de103fbafd73d5670a3.zip |
moar doxygen fixes
Diffstat (limited to 'src/touchpad.c')
-rw-r--r-- | src/touchpad.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/touchpad.c b/src/touchpad.c index bf6936d7..7559d6d3 100644 --- a/src/touchpad.c +++ b/src/touchpad.c @@ -21,7 +21,7 @@ * @file touchpad.c * @brief Touchpad Driver code. * - * @addgroup TOUCHPAD + * @addtogroup TOUCHPAD * @{ */ #include "ch.h" @@ -126,6 +126,8 @@ static void _tpDrawCross(uint16_t x, uint16_t y) { * @note This function is NOT currently implicitly invoked by @p halInit(). * It must be called manually. * + * @param[in] tp The touchpad driver struct + * * @api */ void tpInit(const TOUCHPADDriver *tp) { |