1
0
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:
Marian Buschsieweke 2019-09-06 08:53:40 +02:00
parent 999fffdc59
commit b389a9c5fa
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F
7 changed files with 0 additions and 7 deletions

View File

@ -14,7 +14,6 @@
* @brief Calibration related functions of the CC110x transceiver driver
*
* @author Marian Buschsieweke <marian.buschsieweke@ovgu.de>
* @}
*/
#ifndef CC110X_CALIBRATION_H

View File

@ -14,7 +14,6 @@
* @brief Functions to communicate with the CC1100/CC1101 transceiver
*
* @author Marian Buschsieweke <marian.buschsieweke@ovgu.de>
* @}
*/
#ifndef CC110X_COMMUNICATION_H

View File

@ -14,7 +14,6 @@
* @brief Constants for the CC1100/CC1101 driver
*
* @author Marian Buschsieweke <marian.buschsieweke@ovgu.de>
* @}
*/
#ifndef CC110X_CONSTANTS_H

View File

@ -14,7 +14,6 @@
* @brief Internal functions of the CC110x transceiver driver
*
* @author Marian Buschsieweke <marian.buschsieweke@ovgu.de>
* @}
*/
#ifndef CC110X_INTERNAL_H

View File

@ -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

View File

@ -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

View File

@ -14,7 +14,6 @@
* @brief Default settings of the TI CC1100/CC1101 transceiver
*
* @author Marian Buschsieweke <marian.buschsieweke@ovgu.de>
* @}
*/
#ifndef CC110X_SETTINGS_H