From ae20715bca4749b226a61a4d981a7bf06755bc1c Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Thu, 12 Feb 2015 16:05:41 +0100 Subject: [PATCH 1/2] board/qemu-i386: cleanup doxygen headers - fixed doxygen group name - fixed some minor formatting - added missing file description --- boards/qemu-i386/include/board.h | 4 +++- boards/qemu-i386/include/cpu-conf.h | 9 +++++---- boards/qemu-i386/x86_board_init.c | 2 +- boards/qemu-i386/x86_board_lpm.c | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/boards/qemu-i386/include/board.h b/boards/qemu-i386/include/board.h index a18bc7009e..7cc3f76c83 100644 --- a/boards/qemu-i386/include/board.h +++ b/boards/qemu-i386/include/board.h @@ -17,7 +17,9 @@ */ /** - * @ingroup x86 + * @defgroup boards_qemu-i386 qemu-i386 + * @ingroup boards + * @brief Dummy board to run x86 port in QEMU * @{ * * @file diff --git a/boards/qemu-i386/include/cpu-conf.h b/boards/qemu-i386/include/cpu-conf.h index e0b0f4fab9..d561ebc34d 100644 --- a/boards/qemu-i386/include/cpu-conf.h +++ b/boards/qemu-i386/include/cpu-conf.h @@ -17,12 +17,13 @@ */ /** - * CPU-specific defines for qemu-i386. - * - * @ingroup x86 + * @ingroup boards_qemu-i386 * @{ + * * @file - * @author René Kijewski + * @brief CPU-specific defines for qemu-i386 + * + * @author René Kijewski */ #ifndef __RIOT__BOARDS__QEMU_I386__CPU_CONF__H diff --git a/boards/qemu-i386/x86_board_init.c b/boards/qemu-i386/x86_board_init.c index f35b39e9b7..59bf49ac69 100644 --- a/boards/qemu-i386/x86_board_init.c +++ b/boards/qemu-i386/x86_board_init.c @@ -17,7 +17,7 @@ */ /** - * @ingroup x86 + * @ingroup boards_qemu-i386 * @{ * * @file diff --git a/boards/qemu-i386/x86_board_lpm.c b/boards/qemu-i386/x86_board_lpm.c index c64a09c7c4..5d7f2322da 100644 --- a/boards/qemu-i386/x86_board_lpm.c +++ b/boards/qemu-i386/x86_board_lpm.c @@ -17,7 +17,7 @@ */ /** - * @ingroup x86 + * @ingroup boards_qemu-i386 * @{ * * @file From 4a9c5b4302c379741099182c649600bae53f305a Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Thu, 12 Feb 2015 16:08:04 +0100 Subject: [PATCH 2/2] board/qemu-i386: changed to use default license header --- boards/qemu-i386/include/board.h | 16 +++------------- boards/qemu-i386/include/cpu-conf.h | 16 +++------------- boards/qemu-i386/x86_board_init.c | 16 +++------------- boards/qemu-i386/x86_board_lpm.c | 16 +++------------- 4 files changed, 12 insertions(+), 52 deletions(-) diff --git a/boards/qemu-i386/include/board.h b/boards/qemu-i386/include/board.h index 7cc3f76c83..e06cd8ed32 100644 --- a/boards/qemu-i386/include/board.h +++ b/boards/qemu-i386/include/board.h @@ -1,19 +1,9 @@ /* * Copyright (C) 2014 René Kijewski * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * 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. */ /** diff --git a/boards/qemu-i386/include/cpu-conf.h b/boards/qemu-i386/include/cpu-conf.h index d561ebc34d..295733099a 100644 --- a/boards/qemu-i386/include/cpu-conf.h +++ b/boards/qemu-i386/include/cpu-conf.h @@ -1,19 +1,9 @@ /* * Copyright (C) 2014 René Kijewski * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * 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. */ /** diff --git a/boards/qemu-i386/x86_board_init.c b/boards/qemu-i386/x86_board_init.c index 59bf49ac69..135297e1e4 100644 --- a/boards/qemu-i386/x86_board_init.c +++ b/boards/qemu-i386/x86_board_init.c @@ -1,19 +1,9 @@ /* * Copyright (C) 2014 René Kijewski * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * 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. */ /** diff --git a/boards/qemu-i386/x86_board_lpm.c b/boards/qemu-i386/x86_board_lpm.c index 5d7f2322da..81706a0e74 100644 --- a/boards/qemu-i386/x86_board_lpm.c +++ b/boards/qemu-i386/x86_board_lpm.c @@ -1,19 +1,9 @@ /* * Copyright (C) 2014 René Kijewski * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * 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. */ /**