1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

Merge pull request #2445 from haukepetersen/fix_doc_boardx86multi

board/x86-multiboot: doxygen header fix
This commit is contained in:
Hauke Petersen 2015-02-12 15:53:46 +01:00
commit 98924db846
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,3 @@
/* multiboot.h - the header for Multiboot */
/* Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
@ -16,11 +15,14 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/**
* Architecture specific definitions for multiboot enabled kernels.
* @defgroup boards_x86-multiboot i586 multiboot common
* @ingroup boards
* @brief Common files for multiboot enabled kernels
*
* @ingroup x86-multiboot
* @{
* @file
* @brief Architecture specific definitions for multiboot enabled kernels
*/
#ifndef MULTIBOOT_H

View File

@ -17,9 +17,7 @@
*/
/**
* @ingroup x86
* @ingroup boards
* @defgroup x86-multiboot i586 multiboot common
* @ingroup boards_x86-multiboot
* @{
*
* @file