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 ...
This commit is contained in:
smlng 2017-06-06 13:41:59 +02:00
parent f5cd3a4496
commit ab6cb269ed

View File

@ -10,7 +10,6 @@
* @defgroup drivers_periph_uart UART * @defgroup drivers_periph_uart UART
* @ingroup drivers_periph * @ingroup drivers_periph
* @brief Low-level UART peripheral driver * @brief Low-level UART peripheral driver
* @{
* *
* This is a basic UART (Universal Asynchronous Receiver Transmitter) interface * This is a basic UART (Universal Asynchronous Receiver Transmitter) interface
* to allow platform independent access to the MCU's serial communication abilities. * 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 * in RIOT which is used for standard input/output functions like `printf()` or
* `puts()`. * `puts()`.
* *
* @{
*
* @file * @file
* @brief Low-level UART peripheral driver interface definition * @brief Low-level UART peripheral driver interface definition
* *