diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-12-18 20:06:10 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-12-18 20:06:10 +0100 |
commit | e1de308dfabc160f724df51ebebc59bde9717c08 (patch) | |
tree | 79ed9c2eff59f1d6e5fb28f07effc980b325c13a /docs | |
parent | 9c738e00fab50b4bf763fa5254e6542aff7fa78c (diff) | |
download | uGFX-e1de308dfabc160f724df51ebebc59bde9717c08.tar.gz uGFX-e1de308dfabc160f724df51ebebc59bde9717c08.tar.bz2 uGFX-e1de308dfabc160f724df51ebebc59bde9717c08.zip |
ginput doxygen
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/touchscreen.dox | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/src/touchscreen.dox b/docs/src/touchscreen.dox deleted file mode 100644 index 0a1819b9..00000000 --- a/docs/src/touchscreen.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 TOUCHSCREEN
- * @details The TOUCHSCREEN module provides high level abstraction to interface
- * touchscreens.
- */
-
|