summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/msdos_format.c
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-20 08:22:52 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-20 08:22:52 -0600
commitd883ce2eff04beda2b061edf29bd0b5455ce9b02 (patch)
treefc479a93e8c071e38983d234f25d974540ee8a59 /cpukit/libfs/src/dosfs/msdos_format.c
parentposix: Doxygen Enhancement Task #6 (diff)
downloadrtems-d883ce2eff04beda2b061edf29bd0b5455ce9b02.tar.bz2
libfs: Doxygen Enhancement Task #6"
Diffstat (limited to 'cpukit/libfs/src/dosfs/msdos_format.c')
-rw-r--r--cpukit/libfs/src/dosfs/msdos_format.c42
1 files changed, 20 insertions, 22 deletions
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 |
-| <Thomas.Doerfler@imd-systems.de> |
-| 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
+ * <Thomas.Doerfler@imd-systems.de>
+ *
+ * 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"