diff options
author | Joel Bodenmann <joel.bodenmann@hevs.ch> | 2012-11-10 00:05:01 +0100 |
---|---|---|
committer | Joel Bodenmann <joel.bodenmann@hevs.ch> | 2012-11-10 00:05:01 +0100 |
commit | 87b6d98055afff7c46bd6bdd7db7ba7c1d8e7a57 (patch) | |
tree | 515085fe2b901604f1e88c6645583827ee3922b1 /docs | |
parent | 995c9835c282e8904ff918e325f0491249bdcc89 (diff) | |
download | uGFX-87b6d98055afff7c46bd6bdd7db7ba7c1d8e7a57.tar.gz uGFX-87b6d98055afff7c46bd6bdd7db7ba7c1d8e7a57.tar.bz2 uGFX-87b6d98055afff7c46bd6bdd7db7ba7c1d8e7a57.zip |
renamed touchpad into touchscreen
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/touchpad.dox | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/src/touchpad.dox b/docs/src/touchpad.dox deleted file mode 100644 index 9c156c46..00000000 --- a/docs/src/touchpad.dox +++ /dev/null @@ -1,26 +0,0 @@ -/*
- ChibiOS/GFX - Copyright (C) 2012
- Joel Bodenmann aka Tectu <joel@unormal.org>
-
- This file is part of ChibiOS/GFX.
-
- ChibiOS/GFX is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- ChibiOS/GFX is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-/**
- * @addtogroup TOUCHPAD
- * @details The TOUCHPAD module provides high level abstraction to interface
- * touchscreens.
- */
-
|