From 8bc7b22ce73c16b8975dad57dbff79be2fbf84f8 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 18 Dec 2012 22:04:35 +0100 Subject: doxygen --- docs/src/ginput.dox | 27 +++++++++++++++++++++++++++ docs/src/graph.dox | 28 ---------------------------- 2 files changed, 27 insertions(+), 28 deletions(-) create mode 100644 docs/src/ginput.dox delete mode 100644 docs/src/graph.dox (limited to 'docs/src') diff --git a/docs/src/ginput.dox b/docs/src/ginput.dox new file mode 100644 index 00000000..73fbe157 --- /dev/null +++ b/docs/src/ginput.dox @@ -0,0 +1,27 @@ +/* + ChibiOS/GFX - Copyright (C) 2012 + Joel Bodenmann aka Tectu + + 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 . +*/ + +/** + * @addtogroup GINPUT + * + * @details GINPUT provides an easy and common interface to use different + * input devices such as touchscreens and mices. + */ + diff --git a/docs/src/graph.dox b/docs/src/graph.dox deleted file mode 100644 index b9ca456d..00000000 --- a/docs/src/graph.dox +++ /dev/null @@ -1,28 +0,0 @@ -/* - ChibiOS/GFX - Copyright (C) 2012 - Joel Bodenmann aka Tectu - - 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 . -*/ - -/** - * @addtogroup GRAPH - * @details The GRAPH module provides high level HAL independed routines - * to draw graphs on a graphic display. The graph is highly - * configurable. There are many options to controll the look - * of the graph. - */ - -- cgit v1.2.3