From bb18bd4a484f7c9aafb68fb0d6913764a7de9b90 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sat, 2 Dec 2017 23:19:02 +0000 Subject: [PATCH] Restructure docs for the CC13xx/CC26xx CPUs --- arch/cpu/cc26xx-cc13xx/clock.c | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/arch/cpu/cc26xx-cc13xx/clock.c b/arch/cpu/cc26xx-cc13xx/clock.c index 98d18e653..981bbb4b2 100644 --- a/arch/cpu/cc26xx-cc13xx/clock.c +++ b/arch/cpu/cc26xx-cc13xx/clock.c @@ -29,22 +29,6 @@ */ /*---------------------------------------------------------------------------*/ /** - * \addtogroup platform - * @{ - * - * \defgroup cc26xx-platforms TI CC26xx-powered platforms - * @{ - * - * \defgroup cc26xx The TI CC26xx and CC13xx CPUs - * - * This group documents the TI CC26xx and CC13xx CPUs. The two CPU families are - * very similar, with the main difference being related to radio capability. - * - * Documentation in this group should be considered to be applicable to both - * families, unless explicitly stated otherwise. - * - * @{ - * * \addtogroup cc26xx-clocks * @{ * @@ -228,9 +212,6 @@ clock_delay(unsigned int i) } /*---------------------------------------------------------------------------*/ /** - * @} - * @} - * @} * @} * @} */