summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.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-rtems-file.c
parentlibtests/rbheap01: Add test cases (diff)
downloadrtems-36f3207b277ecbd23a3d4081e4714fc543e25145.tar.bz2
libfs: Doxygen Enhancement Task #3
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..ebcc64a5ef 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
@@ -1,21 +1,21 @@
-/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- */
/**
* @file
*
+ * @brief RTEMS RFS File Handlers
* @ingroup rtems-rfs
- *
- * RTEMS RFS File Handlers
- *
+ *
* This file contains the set of handlers used to process operations on
* RFS file nodes.
*/
+/*
+ * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ */
+
#if HAVE_CONFIG_H
#include "config.h"
#endif