mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #9757 from aabadie/pr/boards/doc_cleanup
boards*: documentation cleanup
This commit is contained in:
commit
3436d34c04
@ -1,11 +1,7 @@
|
||||
/**
|
||||
Copyright (C) 2017 Freie Universität Berlin
|
||||
|
||||
This file is subject to the terms and conditions of the GNU Lesser
|
||||
General Public License v2.1. See the file LICENSE in the top level
|
||||
directory for more details.
|
||||
|
||||
@defgroup boards_arduino-due Arduino Due
|
||||
@ingroup boards
|
||||
@brief Support for the Arduino Due board
|
||||
|
||||
@see boards_common_arduino_due for details
|
||||
*/
|
||||
|
@ -1,10 +1,4 @@
|
||||
/**
|
||||
Copyright (C) 2017 HAW Hamburg
|
||||
|
||||
This file is subject to the terms and conditions of the GNU Lesser
|
||||
General Public License v2.1. See the file LICENSE in the top level
|
||||
directory for more details.
|
||||
|
||||
@defgroup boards_common Common Board Groups
|
||||
@ingroup boards
|
||||
@brief Common definitions and implementations for board groups
|
||||
|
5
boards/frdm-kw41z/doc.txt
Normal file
5
boards/frdm-kw41z/doc.txt
Normal file
@ -0,0 +1,5 @@
|
||||
/**
|
||||
* @defgroup boards_frdm-kw41z Freescale FRDM-KW41Z Board
|
||||
* @ingroup boards
|
||||
* @brief Support for the FRDM-KW41Z
|
||||
*/
|
@ -7,9 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup boards_frdm-kw41z Freescale FRDM-KW41Z Board
|
||||
* @ingroup boards
|
||||
* @brief Board specific implementations for the FRDM-KW41Z
|
||||
* @ingroup boards_frdm-kw41z
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
5
boards/jiminy-mega256rfr2/doc.txt
Normal file
5
boards/jiminy-mega256rfr2/doc.txt
Normal file
@ -0,0 +1,5 @@
|
||||
/**
|
||||
* @defgroup boards_jiminy-mega256rfr2 Jiminy- Mega256rfr2
|
||||
* @ingroup boards
|
||||
* @brief Support for the Jiminy Mega 256rfr2 board
|
||||
*/
|
@ -7,9 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup boards_jiminy-mega256rfr2 Jiminy- Mega256rfr2
|
||||
* @ingroup boards
|
||||
* @brief Board specific files for the Jiminy Mega 256rfr2 board.
|
||||
* @ingroup boards_jiminy-mega256rfr2
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -1,6 +1,7 @@
|
||||
/**
|
||||
@defgroup boards_native Native Board
|
||||
@ingroup boards
|
||||
@brief Support for running RIOT in native
|
||||
|
||||
[Family: native](https://github.com/RIOT-OS/RIOT/wiki/Family:-native)
|
||||
|
||||
|
@ -1,11 +1,7 @@
|
||||
/**
|
||||
Copyright (C) 2017 Freie Universität Berlin
|
||||
|
||||
This file is subject to the terms and conditions of the GNU Lesser
|
||||
General Public License v2.1. See the file LICENSE in the top level
|
||||
directory for more details.
|
||||
|
||||
@defgroup boards_udoo UDOO
|
||||
@ingroup boards
|
||||
@brief Support for the UDOO board
|
||||
|
||||
@see boards_common_arduino_due for details
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user