From d6eddde5e184337901d88db663d58b7440961971 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 23 May 2018 17:55:11 +0200 Subject: [PATCH] drivers/periph: fix doxygen groups in implementation --- drivers/periph_common/cpuid.c | 2 +- drivers/periph_common/flashpage.c | 2 +- drivers/periph_common/spi.c | 2 +- drivers/periph_common/timer.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/periph_common/cpuid.c b/drivers/periph_common/cpuid.c index 5f3dbf8fd3..e6351be421 100644 --- a/drivers/periph_common/cpuid.c +++ b/drivers/periph_common/cpuid.c @@ -9,7 +9,7 @@ */ /** - * @addtogroup drivers + * @ingroup drivers_periph_cpuid * @{ * * @file diff --git a/drivers/periph_common/flashpage.c b/drivers/periph_common/flashpage.c index 487a439139..d5c557576f 100644 --- a/drivers/periph_common/flashpage.c +++ b/drivers/periph_common/flashpage.c @@ -7,7 +7,7 @@ */ /** - * @ingroup drivers + * @ingroup drivers_periph_flashpage * @{ * * @file diff --git a/drivers/periph_common/spi.c b/drivers/periph_common/spi.c index 29f325283f..2337be4c0b 100644 --- a/drivers/periph_common/spi.c +++ b/drivers/periph_common/spi.c @@ -8,7 +8,7 @@ */ /** - * @ingroup drivers + * @ingroup drivers_periph_spi * @{ * * @file diff --git a/drivers/periph_common/timer.c b/drivers/periph_common/timer.c index 1d9f8a58f4..5fcf6275f1 100644 --- a/drivers/periph_common/timer.c +++ b/drivers/periph_common/timer.c @@ -7,7 +7,7 @@ */ /** - * @ingroup drivers + * @ingroup drivers_periph_timer * @{ * * @file