summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
index 7de04038e7..b3ec0ed755 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
@@ -1,3 +1,13 @@
+/**
+ * @file
+ *
+ * @brief RTEMS RFS File Handlers
+ * @ingroup rtems_rfs
+ *
+ * This file contains the set of handlers used to process operations on
+ * RFS file nodes.
+ */
+
/*
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
*
@@ -5,16 +15,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*/
-/**
- * @file
- *
- * @ingroup rtems-rfs
- *
- * RTEMS RFS File Handlers
- *
- * This file contains the set of handlers used to process operations on
- * RFS file nodes.
- */
#if HAVE_CONFIG_H
#include "config.h"