cpu/native: fix doxygen grouping

This commit is contained in:
Alexandre Abadie 2018-06-01 12:17:51 +02:00
parent 6bc494b928
commit 4133908fe0
24 changed files with 25 additions and 26 deletions

View File

@ -11,7 +11,7 @@
* General Public License v2.1. See the file LICENSE in the top level * General Public License v2.1. See the file LICENSE in the top level
* directory for more details. * directory for more details.
* *
* @ingroup native_cpu * @ingroup cpu_native
* @{ * @{
* @file * @file
* @author Takuo Yonezawa <Yonezawa-T2@mail.dnp.co.jp> * @author Takuo Yonezawa <Yonezawa-T2@mail.dnp.co.jp>

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup native_cpu * @ingroup cpu_native
* @{ * @{
* *
* @file * @file

View File

@ -7,8 +7,8 @@
*/ */
/** /**
* @ingroup arch * @ingroup cpu
* @defgroup native_cpu Native * @defgroup cpu_native Native
* @brief Native CPU specific code * @brief Native CPU specific code
* @details The native CPU uses system calls to simulate hardware access. * @details The native CPU uses system calls to simulate hardware access.
* @ingroup cpu * @ingroup cpu

View File

@ -7,7 +7,7 @@
* General Public License v2.1. See the file LICENSE in the top level * General Public License v2.1. See the file LICENSE in the top level
* directory for more details. * directory for more details.
* *
* @ingroup arch * @ingroup cpu_native
* @{ * @{
* @file * @file
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de> * @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>

View File

@ -11,7 +11,7 @@
*/ */
/** /**
* @addtogroup native_cpu * @ingroup cpu_native
* @{ * @{
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de> * @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
*/ */

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup netdev * @ingroup drivers_netdev
* @brief Low-level ethernet driver for native tap interfaces * @brief Low-level ethernet driver for native tap interfaces
* @{ * @{
* *

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup netdev * @ingroup drivers_netdev
* @brief * @brief
* @{ * @{
* *

View File

@ -7,7 +7,7 @@
* General Public License v2.1. See the file LICENSE in the top level * General Public License v2.1. See the file LICENSE in the top level
* directory for more details. * directory for more details.
* *
* @ingroup native_cpu * @ingroup cpu_native
* @{ * @{
* @file * @file
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de> * @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup native_cpu * @ingroup cpu_native
* @{ * @{
* *
* @file * @file

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup native_cpu * @ingroup cpu_native
* @{ * @{
* *
* @file * @file

View File

@ -7,8 +7,7 @@
* General Public License v2.1. See the file LICENSE in the top level * General Public License v2.1. See the file LICENSE in the top level
* directory for more details. * directory for more details.
* *
* @ingroup native_cpu * @ingroup cpu_native
* @ingroup irq
* @{ * @{
* @file * @file
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de> * @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>

View File

@ -8,7 +8,7 @@
*/ */
/** /**
* @ingroup native_cpu * @ingroup cpu_native
* @{ * @{
* *
* @file * @file

View File

@ -10,7 +10,7 @@
*/ */
/* /*
* @ingroup netdev * @ingroup drivers_netdev
* @{ * @{
* @brief Low-level ethernet driver for tap interfaces * @brief Low-level ethernet driver for tap interfaces
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup native_cpu * @ingroup cpu_native
* *
* @brief Malloc header for use with native on OSX since there is no * @brief Malloc header for use with native on OSX since there is no
* malloc.h file in the standard include path. * malloc.h file in the standard include path.

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup native_cpu * @ingroup cpu_native
* @{ * @{
* *
* @file * @file

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup native_cpu * @ingroup cpu_native
* @ingroup drivers_periph_gpio * @ingroup drivers_periph_gpio
* @{ * @{
* *

View File

@ -8,7 +8,7 @@
*/ */
/** /**
* @ingroup native_cpu * @ingroup cpu_native
* @ingroup drivers_periph_hwrng * @ingroup drivers_periph_hwrng
* @{ * @{
* *

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup native_cpu * @ingroup cpu_native
* @ingroup drivers_periph_pm * @ingroup drivers_periph_pm
* @{ * @{
* *

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup native_cpu * @ingroup cpu_native
* @ingroup drivers_periph_qdec * @ingroup drivers_periph_qdec
* @{ * @{
* *

View File

@ -8,7 +8,7 @@
*/ */
/** /**
* @ingroup native_cpu * @ingroup cpu_native
* @ingroup drivers_periph_timer * @ingroup drivers_periph_timer
* @{ * @{
* *

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup native_cpu * @ingroup cpu_native
* @ingroup drivers_periph_uart * @ingroup drivers_periph_uart
* @{ * @{
* *

View File

@ -8,7 +8,7 @@
* General Public License v2.1. See the file LICENSE in the top level * General Public License v2.1. See the file LICENSE in the top level
* directory for more details. * directory for more details.
* *
* @ingroup arch * @ingroup cpu_native
* @{ * @{
* @file * @file
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de> * @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>

View File

@ -10,7 +10,7 @@
* General Public License v2.1. See the file LICENSE in the top level * General Public License v2.1. See the file LICENSE in the top level
* directory for more details. * directory for more details.
* *
* @ingroup native_cpu * @ingroup cpu_native
* @{ * @{
* @file * @file
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de> * @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup native_cpu * @ingroup cpu_native
* @{ * @{
* *
* @file * @file