mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
board/x86-multiboot-common: fixed doxygen headers
This commit is contained in:
parent
c6777ffeed
commit
7fa166ce3c
@ -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
|
||||
|
||||
@ -17,9 +17,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup x86
|
||||
* @ingroup boards
|
||||
* @defgroup x86-multiboot i586 multiboot common
|
||||
* @ingroup boards_x86-multiboot
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user