diff options
author | Joel Bodenmann <joel.bodenmann@hevs.ch> | 2012-11-06 23:55:45 +0100 |
---|---|---|
committer | Joel Bodenmann <joel.bodenmann@hevs.ch> | 2012-11-06 23:55:45 +0100 |
commit | b86c313aa2f86836fd8801e1937b1410679d5cb1 (patch) | |
tree | 8489d75b62c773b8293c24b8bf4934e7d7e7fe91 /src | |
parent | a39a8427d90f9d37ccc98060f08c8dbd6bcc5e94 (diff) | |
download | uGFX-b86c313aa2f86836fd8801e1937b1410679d5cb1.tar.gz uGFX-b86c313aa2f86836fd8801e1937b1410679d5cb1.tar.bz2 uGFX-b86c313aa2f86836fd8801e1937b1410679d5cb1.zip |
doxygen tweaks - not complete yet
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers.c | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/drivers.c b/src/drivers.c new file mode 100644 index 00000000..12e1ded8 --- /dev/null +++ b/src/drivers.c @@ -0,0 +1,25 @@ +/* + 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 DRIVERS + * @{ + */ + |