From ab6cb269ed925816fad17255e6665d95490c1cdf Mon Sep 17 00:00:00 2001 From: smlng Date: Tue, 6 Jun 2017 13:41:59 +0200 Subject: [PATCH] doc: fix UART doxygen docu - move detailed description to be visible on respective module page - see and compare other periph interfaces, i.e., GPIO, PWM ... --- drivers/include/periph/uart.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/include/periph/uart.h b/drivers/include/periph/uart.h index 17f6649295..2a89f0e02f 100644 --- a/drivers/include/periph/uart.h +++ b/drivers/include/periph/uart.h @@ -10,7 +10,6 @@ * @defgroup drivers_periph_uart UART * @ingroup drivers_periph * @brief Low-level UART peripheral driver - * @{ * * This is a basic UART (Universal Asynchronous Receiver Transmitter) interface * to allow platform independent access to the MCU's serial communication abilities. @@ -35,6 +34,8 @@ * in RIOT which is used for standard input/output functions like `printf()` or * `puts()`. * + * @{ + * * @file * @brief Low-level UART peripheral driver interface definition *