diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-12-18 22:04:35 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-12-18 22:04:35 +0100 |
commit | 8bc7b22ce73c16b8975dad57dbff79be2fbf84f8 (patch) | |
tree | 89ce480451329cdb2ff7a9f57f8a2c07c3e88dad /src/gwin | |
parent | 4f1af08bd44e75436ec5a9973fd52342f0fb5952 (diff) | |
download | uGFX-8bc7b22ce73c16b8975dad57dbff79be2fbf84f8.tar.gz uGFX-8bc7b22ce73c16b8975dad57dbff79be2fbf84f8.tar.bz2 uGFX-8bc7b22ce73c16b8975dad57dbff79be2fbf84f8.zip |
doxygen
Diffstat (limited to 'src/gwin')
-rw-r--r-- | src/gwin/button.c | 6 | ||||
-rw-r--r-- | src/gwin/console.c | 6 | ||||
-rw-r--r-- | src/gwin/graph.c | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/src/gwin/button.c b/src/gwin/button.c index 0c2c1ab3..3c1e4799 100644 --- a/src/gwin/button.c +++ b/src/gwin/button.c @@ -17,14 +17,16 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
/**
* @file src/gwin/button.c
* @brief GWIN sub-system button code.
*
- * @addtogroup GWIN_BUTTON
+ * @defgroup Button
+ * @ingroup GWIN
+ *
* @{
*/
+
#include "ch.h"
#include "hal.h"
#include "gfx.h"
diff --git a/src/gwin/console.c b/src/gwin/console.c index 7854b658..10fa4257 100644 --- a/src/gwin/console.c +++ b/src/gwin/console.c @@ -17,14 +17,16 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
/**
* @file src/gwin/console.c
* @brief GWIN sub-system console code.
*
- * @addtogroup GWIN_CONSOLE
+ * @defgroup Console
+ * @ingroup GWIN
+ *
* @{
*/
+
#include "ch.h"
#include "hal.h"
#include "gfx.h"
diff --git a/src/gwin/graph.c b/src/gwin/graph.c index cc457d7d..bc2af1e9 100644 --- a/src/gwin/graph.c +++ b/src/gwin/graph.c @@ -17,14 +17,16 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
/**
* @file src/gwin/button.c
* @brief GWIN sub-system button code.
*
- * @addtogroup GWIN_BUTTON
+ * @defgroup Button
+ * @ingroup GWIN
+ *
* @{
*/
+
#include "ch.h"
#include "hal.h"
#include "gfx.h"
|