From ae5205f9e2d216daad834d44abcc3175c4dcd1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= Date: Wed, 10 Aug 2016 04:56:15 +0200 Subject: [PATCH] doxygen: Fix orphan modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Benoît Thébaudeau --- cpu/cc2538/dev/ecc-algorithm.c | 2 +- cpu/cc2538/dev/ecc-curve.c | 2 +- cpu/cc2538/dev/sha256.h | 2 +- platform/srf06-cc26xx/srf06/board.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpu/cc2538/dev/ecc-algorithm.c b/cpu/cc2538/dev/ecc-algorithm.c index 7ecd99ad8..9e389375f 100644 --- a/cpu/cc2538/dev/ecc-algorithm.c +++ b/cpu/cc2538/dev/ecc-algorithm.c @@ -29,7 +29,7 @@ * SUCH DAMAGE. */ /** - * \addtogroup c2538-ecc-algo + * \addtogroup cc2538-ecc-algo * @{ * * \file diff --git a/cpu/cc2538/dev/ecc-curve.c b/cpu/cc2538/dev/ecc-curve.c index d3291d1b6..fa8408a4c 100644 --- a/cpu/cc2538/dev/ecc-curve.c +++ b/cpu/cc2538/dev/ecc-curve.c @@ -29,7 +29,7 @@ * SUCH DAMAGE. */ /** - * \addtogroup c2538-ecc-curves + * \addtogroup cc2538-ecc-curves * @{ */ #include "contiki.h" diff --git a/cpu/cc2538/dev/sha256.h b/cpu/cc2538/dev/sha256.h index b2e799bd8..86508e267 100644 --- a/cpu/cc2538/dev/sha256.h +++ b/cpu/cc2538/dev/sha256.h @@ -37,7 +37,7 @@ * \addtogroup cc2538-crypto * @{ * - * \defgroup cc2538-sha526 cc2538 SHA-256 + * \defgroup cc2538-sha256 cc2538 SHA-256 * * Driver for the cc2538 SHA-256 mode of the security core * @{ diff --git a/platform/srf06-cc26xx/srf06/board.c b/platform/srf06-cc26xx/srf06/board.c index 15528f79a..fba6070de 100644 --- a/platform/srf06-cc26xx/srf06/board.c +++ b/platform/srf06-cc26xx/srf06/board.c @@ -29,7 +29,7 @@ */ /*---------------------------------------------------------------------------*/ /** - * \addtogroup sensortag-common-peripherals + * \addtogroup srf06-common-peripherals * @{ * * \file