From 8bc7b22ce73c16b8975dad57dbff79be2fbf84f8 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 18 Dec 2012 22:04:35 +0100 Subject: doxygen --- src/gwin/button.c | 6 ++++-- src/gwin/console.c | 6 ++++-- src/gwin/graph.c | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) (limited to 'src/gwin') 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 . */ - /** * @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 . */ - /** * @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 . */ - /** * @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" -- cgit v1.2.3 From 6e76ecde180dc1d12d211d7dca14f0a66d8b24f8 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 18 Dec 2012 22:34:22 +0100 Subject: doxygen fix --- src/gwin/gwin.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gwin') diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c index 999ea304..720f355c 100644 --- a/src/gwin/gwin.c +++ b/src/gwin/gwin.c @@ -17,14 +17,16 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ - /** * @file src/gwin/gwin.c * @brief GWIN sub-system code. * - * @addtogroup GWIN + * @defgroup Window + * @ingroup GWIN + * * @{ */ + #include "ch.h" #include "hal.h" #include "gfx.h" -- cgit v1.2.3 From a520a32209cc6057b985bde5d0ad21a8f4186bf2 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 18 Dec 2012 23:15:47 +0100 Subject: more doxygen --- src/gwin/button.c | 2 +- src/gwin/console.c | 2 +- src/gwin/graph.c | 2 +- src/gwin/gwin.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gwin') diff --git a/src/gwin/button.c b/src/gwin/button.c index 3c1e4799..9a06f4fe 100644 --- a/src/gwin/button.c +++ b/src/gwin/button.c @@ -21,7 +21,7 @@ * @file src/gwin/button.c * @brief GWIN sub-system button code. * - * @defgroup Button + * @defgroup Button Button * @ingroup GWIN * * @{ diff --git a/src/gwin/console.c b/src/gwin/console.c index 10fa4257..0297da30 100644 --- a/src/gwin/console.c +++ b/src/gwin/console.c @@ -21,7 +21,7 @@ * @file src/gwin/console.c * @brief GWIN sub-system console code. * - * @defgroup Console + * @defgroup Console Console * @ingroup GWIN * * @{ diff --git a/src/gwin/graph.c b/src/gwin/graph.c index bc2af1e9..39628047 100644 --- a/src/gwin/graph.c +++ b/src/gwin/graph.c @@ -21,7 +21,7 @@ * @file src/gwin/button.c * @brief GWIN sub-system button code. * - * @defgroup Button + * @defgroup Button Button * @ingroup GWIN * * @{ diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c index 720f355c..4eef79ad 100644 --- a/src/gwin/gwin.c +++ b/src/gwin/gwin.c @@ -21,7 +21,7 @@ * @file src/gwin/gwin.c * @brief GWIN sub-system code. * - * @defgroup Window + * @defgroup Window Window * @ingroup GWIN * * @{ -- cgit v1.2.3