From b0206e2f5816877127dab8f0c1222754556c584b Mon Sep 17 00:00:00 2001 From: Enrico Joerns Date: Sat, 8 Nov 2014 00:00:15 +0100 Subject: [PATCH] [doc] avr-raven: Fix placement of description for ravenserial group Note: The raven-lcd-interface and raven-ipso modules in atmega128rfa1 seem to be needles for this platform and might be there only because of copy&paste from the raven platform. Should be removed in a later patch. --- .../apps/raven-ipso/raven-ipso.c | 16 +++++++--------- .../apps/raven-lcd-interface/raven-lcd.c | 16 +++++++--------- platform/avr-raven/apps/raven-ipso/raven-ipso.c | 16 +++++++--------- .../apps/raven-lcd-interface/raven-lcd.c | 16 +++++++--------- 4 files changed, 28 insertions(+), 36 deletions(-) diff --git a/platform/avr-atmega128rfa1/apps/raven-ipso/raven-ipso.c b/platform/avr-atmega128rfa1/apps/raven-ipso/raven-ipso.c index e76583aa0..214a64efe 100644 --- a/platform/avr-atmega128rfa1/apps/raven-ipso/raven-ipso.c +++ b/platform/avr-atmega128rfa1/apps/raven-ipso/raven-ipso.c @@ -30,21 +30,19 @@ * */ -/** - * \brief This module contains code to interface a Contiki-based - * project on the AVR Raven platform's ATMega1284P chip to the LCD - * driver chip (ATMega3290P) on the Raven. - * - * \author Durvy Mathilde - * - */ - /** \addtogroup avr-atmega128rfa1 * @{ */ /** * \defgroup ravenserial Serial interface between Raven processors + * + * \brief This module contains code to interface a Contiki-based + * project on the AVR Raven platform's ATMega1284P chip to the LCD + * driver chip (ATMega3290P) on the Raven. + * + * \author Durvy Mathilde + * * @{ */ diff --git a/platform/avr-atmega128rfa1/apps/raven-lcd-interface/raven-lcd.c b/platform/avr-atmega128rfa1/apps/raven-lcd-interface/raven-lcd.c index 26743f86b..7fb54d187 100644 --- a/platform/avr-atmega128rfa1/apps/raven-lcd-interface/raven-lcd.c +++ b/platform/avr-atmega128rfa1/apps/raven-lcd-interface/raven-lcd.c @@ -30,21 +30,19 @@ * */ -/** - * \brief This module contains code to interface a Contiki-based - * project on the AVR Raven platform's ATMega1284P chip to the LCD - * driver chip (ATMega3290P) on the Raven. - * - * \author Blake Leverett - * -*/ - /** \addtogroup raven * @{ */ /** * \defgroup ravenserial Serial interface between Raven processors + * + * \brief This module contains code to interface a Contiki-based + * project on the AVR Raven platform's ATMega1284P chip to the LCD + * driver chip (ATMega3290P) on the Raven. + * + * \author Blake Leverett + * * @{ */ /** diff --git a/platform/avr-raven/apps/raven-ipso/raven-ipso.c b/platform/avr-raven/apps/raven-ipso/raven-ipso.c index 4e82eb959..2b51ac519 100644 --- a/platform/avr-raven/apps/raven-ipso/raven-ipso.c +++ b/platform/avr-raven/apps/raven-ipso/raven-ipso.c @@ -30,21 +30,19 @@ * */ -/** - * \brief This module contains code to interface a Contiki-based - * project on the AVR Raven platform's ATMega1284P chip to the LCD - * driver chip (ATMega3290P) on the Raven. - * - * \author Durvy Mathilde - * - */ - /** \addtogroup raven * @{ */ /** * \defgroup ravenserial Serial interface between Raven processors + * + * \brief This module contains code to interface a Contiki-based + * project on the AVR Raven platform's ATMega1284P chip to the LCD + * driver chip (ATMega3290P) on the Raven. + * + * \author Durvy Mathilde + * * @{ */ diff --git a/platform/avr-raven/apps/raven-lcd-interface/raven-lcd.c b/platform/avr-raven/apps/raven-lcd-interface/raven-lcd.c index 8a165d5ee..343bab2e8 100644 --- a/platform/avr-raven/apps/raven-lcd-interface/raven-lcd.c +++ b/platform/avr-raven/apps/raven-lcd-interface/raven-lcd.c @@ -30,21 +30,19 @@ * */ -/** - * \brief This module contains code to interface a Contiki-based - * project on the AVR Raven platform's ATMega1284P chip to the LCD - * driver chip (ATMega3290P) on the Raven. - * - * \author Blake Leverett - * -*/ - /** \addtogroup raven * @{ */ /** * \defgroup ravenserial Serial interface between Raven processors + * + * \brief This module contains code to interface a Contiki-based + * project on the AVR Raven platform's ATMega1284P chip to the LCD + * driver chip (ATMega3290P) on the Raven. + * + * \author Blake Leverett + * * @{ */ /**