1
0
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:
Ludwig Ortmann 2014-10-10 15:28:47 +02:00
parent 2fe2a39602
commit ab418faa34

View File

@ -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