diff --git a/boards/arduino-due/doc.txt b/boards/arduino-due/doc.txt index df0bf91ec5d87bbc3cdb9be4b6eb35542e8cc509..11f1cb7ae5ebeb2b720f0071f9535fb0fb70f3b1 100644 --- a/boards/arduino-due/doc.txt +++ b/boards/arduino-due/doc.txt @@ -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 */ diff --git a/boards/common/doc.txt b/boards/common/doc.txt index fa54053a88bbb80d0797a0740d80014d34a5a731..aff35c3f3eab1e1cbb3286adcd5c94a8a1ff5482 100644 --- a/boards/common/doc.txt +++ b/boards/common/doc.txt @@ -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 diff --git a/boards/frdm-kw41z/doc.txt b/boards/frdm-kw41z/doc.txt new file mode 100644 index 0000000000000000000000000000000000000000..26894cc9791918a5ecebd4c41d1de6844a4bcfdc --- /dev/null +++ b/boards/frdm-kw41z/doc.txt @@ -0,0 +1,5 @@ +/** + * @defgroup boards_frdm-kw41z Freescale FRDM-KW41Z Board + * @ingroup boards + * @brief Support for the FRDM-KW41Z + */ \ No newline at end of file diff --git a/boards/frdm-kw41z/include/board.h b/boards/frdm-kw41z/include/board.h index 3b53a0677db28b0bb7fdb8312fc0a789c57a6a4c..a9be2817e9d638ecb5f448315c2b33b3fd621d06 100644 --- a/boards/frdm-kw41z/include/board.h +++ b/boards/frdm-kw41z/include/board.h @@ -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 diff --git a/boards/jiminy-mega256rfr2/doc.txt b/boards/jiminy-mega256rfr2/doc.txt new file mode 100644 index 0000000000000000000000000000000000000000..63b4d6c4a49ba9cba602fefe0a93a30020dedc86 --- /dev/null +++ b/boards/jiminy-mega256rfr2/doc.txt @@ -0,0 +1,5 @@ +/** + * @defgroup boards_jiminy-mega256rfr2 Jiminy- Mega256rfr2 + * @ingroup boards + * @brief Support for the Jiminy Mega 256rfr2 board + */ \ No newline at end of file diff --git a/boards/jiminy-mega256rfr2/include/board.h b/boards/jiminy-mega256rfr2/include/board.h index 0c28626b2cdc0a32ecdcaa9b992b6f7987464b36..f47de1232a111a27e970ce72ea00a2042dfd69e0 100644 --- a/boards/jiminy-mega256rfr2/include/board.h +++ b/boards/jiminy-mega256rfr2/include/board.h @@ -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 diff --git a/boards/native/doc.txt b/boards/native/doc.txt index 06aa04596cde395ae7606c23d9f1c68a05e3e7b9..dc431eff9adad0e5c28d5a4ab12c63d9ee0a9f09 100644 --- a/boards/native/doc.txt +++ b/boards/native/doc.txt @@ -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) diff --git a/boards/udoo/doc.txt b/boards/udoo/doc.txt index 82b2e877b777e51be66305006c427b4b95ba0238..f9f14ae9a272416ef7276d76985bc2917a1db5d6 100644 --- a/boards/udoo/doc.txt +++ b/boards/udoo/doc.txt @@ -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 */