mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/cc110x: Fixed broken Doxygen grouping
The header files of the CC110x contained two Doxygen "end of doc group" (@}) commands. This PR makes sure they are balanced again.
This commit is contained in:
parent
999fffdc59
commit
b389a9c5fa
@ -14,7 +14,6 @@
|
||||
* @brief Calibration related functions of the CC110x transceiver driver
|
||||
*
|
||||
* @author Marian Buschsieweke <marian.buschsieweke@ovgu.de>
|
||||
* @}
|
||||
*/
|
||||
|
||||
#ifndef CC110X_CALIBRATION_H
|
||||
|
@ -14,7 +14,6 @@
|
||||
* @brief Functions to communicate with the CC1100/CC1101 transceiver
|
||||
*
|
||||
* @author Marian Buschsieweke <marian.buschsieweke@ovgu.de>
|
||||
* @}
|
||||
*/
|
||||
|
||||
#ifndef CC110X_COMMUNICATION_H
|
||||
|
@ -14,7 +14,6 @@
|
||||
* @brief Constants for the CC1100/CC1101 driver
|
||||
*
|
||||
* @author Marian Buschsieweke <marian.buschsieweke@ovgu.de>
|
||||
* @}
|
||||
*/
|
||||
|
||||
#ifndef CC110X_CONSTANTS_H
|
||||
|
@ -14,7 +14,6 @@
|
||||
* @brief Internal functions of the CC110x transceiver driver
|
||||
*
|
||||
* @author Marian Buschsieweke <marian.buschsieweke@ovgu.de>
|
||||
* @}
|
||||
*/
|
||||
|
||||
#ifndef CC110X_INTERNAL_H
|
||||
|
@ -14,7 +14,6 @@
|
||||
* @brief Functions related to the netdev interface of the CC110x driver
|
||||
*
|
||||
* @author Marian Buschsieweke <marian.buschsieweke@ovgu.de>
|
||||
* @}
|
||||
*/
|
||||
|
||||
#ifndef CC110X_NETDEV_H
|
||||
|
@ -14,7 +14,6 @@
|
||||
* @brief Functions to related to RX/TX of the CC110x transceiver driver
|
||||
*
|
||||
* @author Marian Buschsieweke <marian.buschsieweke@ovgu.de>
|
||||
* @}
|
||||
*/
|
||||
|
||||
#ifndef CC110X_RX_TX_H
|
||||
|
@ -14,7 +14,6 @@
|
||||
* @brief Default settings of the TI CC1100/CC1101 transceiver
|
||||
*
|
||||
* @author Marian Buschsieweke <marian.buschsieweke@ovgu.de>
|
||||
* @}
|
||||
*/
|
||||
|
||||
#ifndef CC110X_SETTINGS_H
|
||||
|
Loading…
Reference in New Issue
Block a user