diff --git a/cpu/native/async_read.c b/cpu/native/async_read.c index 2b517a9d51..ddbdd048e3 100644 --- a/cpu/native/async_read.c +++ b/cpu/native/async_read.c @@ -11,7 +11,7 @@ * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * - * @ingroup native_cpu + * @ingroup cpu_native * @{ * @file * @author Takuo Yonezawa diff --git a/cpu/native/include/async_read.h b/cpu/native/include/async_read.h index 620170d576..fa76d3b0a4 100644 --- a/cpu/native/include/async_read.h +++ b/cpu/native/include/async_read.h @@ -7,7 +7,7 @@ */ /** - * @ingroup native_cpu + * @ingroup cpu_native * @{ * * @file diff --git a/cpu/native/include/cpu.h b/cpu/native/include/cpu.h index f838a76cfe..b1641642c4 100644 --- a/cpu/native/include/cpu.h +++ b/cpu/native/include/cpu.h @@ -7,8 +7,8 @@ */ /** - * @ingroup arch - * @defgroup native_cpu Native + * @ingroup cpu + * @defgroup cpu_native Native * @brief Native CPU specific code * @details The native CPU uses system calls to simulate hardware access. * @ingroup cpu diff --git a/cpu/native/include/cpu_conf.h b/cpu/native/include/cpu_conf.h index 16f305f248..c801eafb07 100644 --- a/cpu/native/include/cpu_conf.h +++ b/cpu/native/include/cpu_conf.h @@ -7,7 +7,7 @@ * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * - * @ingroup arch + * @ingroup cpu_native * @{ * @file * @author Ludwig Knüpfer diff --git a/cpu/native/include/native_internal.h b/cpu/native/include/native_internal.h index 9016acf153..05cb913a24 100644 --- a/cpu/native/include/native_internal.h +++ b/cpu/native/include/native_internal.h @@ -11,7 +11,7 @@ */ /** - * @addtogroup native_cpu + * @ingroup cpu_native * @{ * @author Ludwig Knüpfer */ diff --git a/cpu/native/include/netdev_tap.h b/cpu/native/include/netdev_tap.h index bba108814a..8a8109afe6 100644 --- a/cpu/native/include/netdev_tap.h +++ b/cpu/native/include/netdev_tap.h @@ -7,7 +7,7 @@ */ /** - * @ingroup netdev + * @ingroup drivers_netdev * @brief Low-level ethernet driver for native tap interfaces * @{ * diff --git a/cpu/native/include/netdev_tap_params.h b/cpu/native/include/netdev_tap_params.h index 4fe6e1af40..a588ab921b 100644 --- a/cpu/native/include/netdev_tap_params.h +++ b/cpu/native/include/netdev_tap_params.h @@ -7,7 +7,7 @@ */ /** - * @ingroup netdev + * @ingroup drivers_netdev * @brief * @{ * diff --git a/cpu/native/include/periph_conf.h b/cpu/native/include/periph_conf.h index 9481d72dd5..7eabc76c0d 100644 --- a/cpu/native/include/periph_conf.h +++ b/cpu/native/include/periph_conf.h @@ -7,7 +7,7 @@ * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * - * @ingroup native_cpu + * @ingroup cpu_native * @{ * @file * @author Ludwig Knüpfer diff --git a/cpu/native/include/periph_cpu.h b/cpu/native/include/periph_cpu.h index 20ec4f65ae..6141790d6b 100644 --- a/cpu/native/include/periph_cpu.h +++ b/cpu/native/include/periph_cpu.h @@ -7,7 +7,7 @@ */ /** - * @ingroup native_cpu + * @ingroup cpu_native * @{ * * @file diff --git a/cpu/native/include/tty_uart.h b/cpu/native/include/tty_uart.h index 880104b2d6..aaac459a72 100644 --- a/cpu/native/include/tty_uart.h +++ b/cpu/native/include/tty_uart.h @@ -7,7 +7,7 @@ */ /** - * @ingroup native_cpu + * @ingroup cpu_native * @{ * * @file diff --git a/cpu/native/irq_cpu.c b/cpu/native/irq_cpu.c index 6f1093e1b1..9e265ba609 100644 --- a/cpu/native/irq_cpu.c +++ b/cpu/native/irq_cpu.c @@ -7,8 +7,7 @@ * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * - * @ingroup native_cpu - * @ingroup irq + * @ingroup cpu_native * @{ * @file * @author Ludwig Knüpfer diff --git a/cpu/native/native_cpu.c b/cpu/native/native_cpu.c index cb9ffbceea..2629e55df0 100644 --- a/cpu/native/native_cpu.c +++ b/cpu/native/native_cpu.c @@ -8,7 +8,7 @@ */ /** - * @ingroup native_cpu + * @ingroup cpu_native * @{ * * @file diff --git a/cpu/native/netdev_tap/netdev_tap.c b/cpu/native/netdev_tap/netdev_tap.c index 616fd32ad1..6e81fbe07d 100644 --- a/cpu/native/netdev_tap/netdev_tap.c +++ b/cpu/native/netdev_tap/netdev_tap.c @@ -10,7 +10,7 @@ */ /* - * @ingroup netdev + * @ingroup drivers_netdev * @{ * @brief Low-level ethernet driver for tap interfaces * @author Kaspar Schleiser diff --git a/cpu/native/osx-libc-extra/malloc.h b/cpu/native/osx-libc-extra/malloc.h index 681341c433..ea819c4618 100644 --- a/cpu/native/osx-libc-extra/malloc.h +++ b/cpu/native/osx-libc-extra/malloc.h @@ -7,7 +7,7 @@ */ /** - * @ingroup native_cpu + * @ingroup cpu_native * * @brief Malloc header for use with native on OSX since there is no * malloc.h file in the standard include path. diff --git a/cpu/native/panic.c b/cpu/native/panic.c index db01b54ce4..3b3b633f19 100644 --- a/cpu/native/panic.c +++ b/cpu/native/panic.c @@ -7,7 +7,7 @@ */ /** - * @ingroup native_cpu + * @ingroup cpu_native * @{ * * @file diff --git a/cpu/native/periph/gpio.c b/cpu/native/periph/gpio.c index 8633a4557d..156b2f4201 100644 --- a/cpu/native/periph/gpio.c +++ b/cpu/native/periph/gpio.c @@ -7,7 +7,7 @@ */ /** - * @ingroup native_cpu + * @ingroup cpu_native * @ingroup drivers_periph_gpio * @{ * diff --git a/cpu/native/periph/hwrng.c b/cpu/native/periph/hwrng.c index 778209e7e5..6c0f3c368d 100644 --- a/cpu/native/periph/hwrng.c +++ b/cpu/native/periph/hwrng.c @@ -8,7 +8,7 @@ */ /** - * @ingroup native_cpu + * @ingroup cpu_native * @ingroup drivers_periph_hwrng * @{ * diff --git a/cpu/native/periph/pm.c b/cpu/native/periph/pm.c index fba7a9e08a..1b3b23c1a5 100644 --- a/cpu/native/periph/pm.c +++ b/cpu/native/periph/pm.c @@ -7,7 +7,7 @@ */ /** - * @ingroup native_cpu + * @ingroup cpu_native * @ingroup drivers_periph_pm * @{ * diff --git a/cpu/native/periph/qdec.c b/cpu/native/periph/qdec.c index 618a1a1d7c..c374570b25 100644 --- a/cpu/native/periph/qdec.c +++ b/cpu/native/periph/qdec.c @@ -7,7 +7,7 @@ */ /** - * @ingroup native_cpu + * @ingroup cpu_native * @ingroup drivers_periph_qdec * @{ * diff --git a/cpu/native/periph/timer.c b/cpu/native/periph/timer.c index 396fa0e06c..6cf9557683 100644 --- a/cpu/native/periph/timer.c +++ b/cpu/native/periph/timer.c @@ -8,7 +8,7 @@ */ /** - * @ingroup native_cpu + * @ingroup cpu_native * @ingroup drivers_periph_timer * @{ * diff --git a/cpu/native/periph/uart.c b/cpu/native/periph/uart.c index 7b58571706..f1f5fe925c 100644 --- a/cpu/native/periph/uart.c +++ b/cpu/native/periph/uart.c @@ -7,7 +7,7 @@ */ /** - * @ingroup native_cpu + * @ingroup cpu_native * @ingroup drivers_periph_uart * @{ * diff --git a/cpu/native/startup.c b/cpu/native/startup.c index 449f781dba..620b8fa48d 100644 --- a/cpu/native/startup.c +++ b/cpu/native/startup.c @@ -8,7 +8,7 @@ * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * - * @ingroup arch + * @ingroup cpu_native * @{ * @file * @author Ludwig Knüpfer diff --git a/cpu/native/syscalls.c b/cpu/native/syscalls.c index 483d4a7968..3ec388180d 100644 --- a/cpu/native/syscalls.c +++ b/cpu/native/syscalls.c @@ -10,7 +10,7 @@ * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * - * @ingroup native_cpu + * @ingroup cpu_native * @{ * @file * @author Ludwig Knüpfer diff --git a/cpu/native/vfs/native_vfs.c b/cpu/native/vfs/native_vfs.c index d3e18cc394..e9aa0678f9 100644 --- a/cpu/native/vfs/native_vfs.c +++ b/cpu/native/vfs/native_vfs.c @@ -7,7 +7,7 @@ */ /** - * @ingroup native_cpu + * @ingroup cpu_native * @{ * * @file