summaryrefslogtreecommitdiff
path: root/cpukit/libmisc/fb/mw_uid.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-27 16:14:06 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-28 09:04:00 +0200
commitcfe8f7a9b7e23590760874992fc461fe4a74964c (patch)
treeafa921338735c3ff03a14bdf5382b1e93d73d4da /cpukit/libmisc/fb/mw_uid.c
parent0b41675971c9952d44f8272cd38e830f25c1af41 (diff)
doxygen: Switch @brief and @ingroup
This order change fixes the Latex documentation build via Doxygen.
Diffstat (limited to 'cpukit/libmisc/fb/mw_uid.c')
-rw-r--r--cpukit/libmisc/fb/mw_uid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libmisc/fb/mw_uid.c b/cpukit/libmisc/fb/mw_uid.c
index db98f1fa9c..c3933d6e99 100644
--- a/cpukit/libmisc/fb/mw_uid.c
+++ b/cpukit/libmisc/fb/mw_uid.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief MicroWindows UID
* @ingroup libmisc_fb_mw Input Devices for MicroWindows
*
+ * @brief MicroWindows UID
+ *
* This module implements the input devices interface used by MicroWindows
* in an embedded system environment. It uses the RTEMS message queue as
* the repository for the messages posted by the devices registered.