summaryrefslogtreecommitdiff
path: root/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2012-12-28 07:49:39 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-28 07:51:07 -0600
commit36f3207b277ecbd23a3d4081e4714fc543e25145 (patch)
treedfa24c7c93c6e8d49325dbfb9556c0f9a6a97723 /cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
parentfe62f3aa57097a157b52151f33d9ce9f90e839fd (diff)
libfs: Doxygen Enhancement Task #3
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c b/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
index a855b8f846..6e3a02cb13 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief RTEMS File Systems Buffer Routines
+ * @ingroup rtems-rfs
+ */
+
/*
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
*
@@ -5,14 +12,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*/
-/**
- * @file
- *
- * @ingroup rtems-rfs
- *
- * RTEMS File Systems Buffer Routines.
- *
- */
#if HAVE_CONFIG_H
#include "config.h"