From d883ce2eff04beda2b061edf29bd0b5455ce9b02 Mon Sep 17 00:00:00 2001 From: Mathew Kallada Date: Thu, 20 Dec 2012 08:22:52 -0600 Subject: libfs: Doxygen Enhancement Task #6" --- cpukit/libfs/src/dosfs/msdos_format.c | 42 +++++++++++++++++------------------ 1 file changed, 20 insertions(+), 22 deletions(-) (limited to 'cpukit/libfs/src/dosfs/msdos_format.c') diff --git a/cpukit/libfs/src/dosfs/msdos_format.c b/cpukit/libfs/src/dosfs/msdos_format.c index 0b30caf030..49015e8fbd 100644 --- a/cpukit/libfs/src/dosfs/msdos_format.c +++ b/cpukit/libfs/src/dosfs/msdos_format.c @@ -1,25 +1,23 @@ -/*===============================================================*\ -| Project: RTEMS msdos format functionality | -+-----------------------------------------------------------------+ -| File: msdos_format.c | -+-----------------------------------------------------------------+ -| Copyright (c) 2004 IMD | -| Ingenieurbuero fuer Microcomputertechnik Th. Doerfler | -| | -| all rights reserved | -+-----------------------------------------------------------------+ -| this file contains msdos_format function. This function | -| formats a disk partition conforming to MS-DOS conventions | -| | -| 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. | -| | -+-----------------------------------------------------------------+ -| date history ID | -| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | -| 29.10.04 creation doe | -\*===============================================================*/ +/** + * @file + * + * @brief RTEMS MSDOS Format Functionality + * @ingroup libfs + * + * This function formats a disk partition conforming to MS-DOS conventions + */ + +/* + * Copyright (C) 2004 IMD + * Ingenieurbuero fuer Microcomputertechnik Th. Doerfler + * + * + * All rights reserved. + * + * 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" -- cgit v1.2.3