From c2ae79e93ca0e1231625bc01840c2f91540241cf Mon Sep 17 00:00:00 2001 From: Mathew Kallada Date: Wed, 12 Dec 2012 15:57:49 -0500 Subject: misc: Header File Doxygen Enhancement Task #3 http://www.google-melange.com/gci/task/view/google/gci2012/8006220 --- cpukit/libfs/src/rfs/rtems-rfs-buffer.h | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'cpukit/libfs/src/rfs/rtems-rfs-buffer.h') diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer.h b/cpukit/libfs/src/rfs/rtems-rfs-buffer.h index 335274a969..c6b1f05c53 100644 --- a/cpukit/libfs/src/rfs/rtems-rfs-buffer.h +++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer.h @@ -1,20 +1,22 @@ -/* - * 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 * * @ingroup rtems-rfs * - * RTEMS File Systems Buffer Management. + * @brief Maps Blocks to the Media Interface Layers * * These functions map blocks to the media interface layers. */ +/* + * 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 !defined (_RTEMS_RFS_BUFFER_H_) #define _RTEMS_RFS_BUFFER_H_ -- cgit v1.2.3