From 36f3207b277ecbd23a3d4081e4714fc543e25145 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Fri, 28 Dec 2012 07:49:39 -0600 Subject: libfs: Doxygen Enhancement Task #3 --- cpukit/libfs/src/rfs/rtems-rfs-dir.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'cpukit/libfs/src/rfs/rtems-rfs-dir.c') diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir.c b/cpukit/libfs/src/rfs/rtems-rfs-dir.c index 677bdc8571..18de308d8e 100644 --- a/cpukit/libfs/src/rfs/rtems-rfs-dir.c +++ b/cpukit/libfs/src/rfs/rtems-rfs-dir.c @@ -1,17 +1,9 @@ -/* - * COPYRIGHT (c) 2010 Chris Johns - * - * 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 File Systems Directory Routines * @ingroup rtems-rfs * - * RTEMS File Systems Directory Routines. - * * These functions manage blocks in the directory format. A directory entry is * a variable length record in the block. The entry consists of a length, hash * and the string. The length allows the next entry to be located and the hash @@ -23,6 +15,14 @@ * superblock. */ +/* + * COPYRIGHT (c) 2010 Chris Johns + * + * 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 -- cgit v1.2.3