core/log: add @file doxygen command

Without this command the `log.h` documentation gets mangled with the
`core_util` documentation.
This commit is contained in:
Ludwig Knüpfer 2015-11-01 15:21:46 +01:00
parent 8ec9fd4c93
commit 8320a121ee

View File

@ -10,6 +10,7 @@
* @addtogroup core_util * @addtogroup core_util
* @{ * @{
* *
* @file
* @brief System logging header * @brief System logging header
* *
* This header offers a bunch of "LOG_*" functions that, with the default * This header offers a bunch of "LOG_*" functions that, with the default