mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 15:31:17 +01:00
core: add doxygen header for kernel_types
This commit is contained in:
parent
2fe2a39602
commit
ab418faa34
@ -6,6 +6,19 @@
|
||||
* directory for more details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* @addtogroup core_util
|
||||
* @{
|
||||
*
|
||||
* @file kernel_types.h
|
||||
* @brief Types used by the kernel
|
||||
*
|
||||
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
||||
* @author René Kijewski <rene.kijewski@fu-berlin.de>
|
||||
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef KERNEL_TYPES_H
|
||||
#define KERNEL_TYPES_H
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user