summaryrefslogtreecommitdiff
path: root/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.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/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
parent0b41675971c9952d44f8272cd38e830f25c1af41 (diff)
doxygen: Switch @brief and @ingroup
This order change fixes the Latex documentation build via Doxygen.
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c b/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
index 11513bfbfa..b1b6027b83 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief RTEMS File Systems Buffer Routines
* @ingroup rtems_rfs
*
+ * @brief RTEMS File Systems Buffer Routines
+ *
* RTEMS File Systems Buffer Routines for the RTEMS libblock BD buffer cache.
*
*/