summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/msdos_free.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_free.c
parentposix: Doxygen Enhancement Task #6 (diff)
downloadrtems-d883ce2eff04beda2b061edf29bd0b5455ce9b02.tar.bz2
libfs: Doxygen Enhancement Task #6"
Diffstat (limited to 'cpukit/libfs/src/dosfs/msdos_free.c')
-rw-r--r--cpukit/libfs/src/dosfs/msdos_free.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/cpukit/libfs/src/dosfs/msdos_free.c b/cpukit/libfs/src/dosfs/msdos_free.c
index 4dc26b7e9e..44db35d3ee 100644
--- a/cpukit/libfs/src/dosfs/msdos_free.c
+++ b/cpukit/libfs/src/dosfs/msdos_free.c
@@ -1,7 +1,11 @@
-/*
- * Free node handler implementation for the filesystem
- * operations table.
+/**
+ * @file
*
+ * @brief Call Fat-File Close Routine
+ * @ingroup libfs_msdos MSDOS FileSystem
+ */
+
+/*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Eugeny S. Mints <Eugeny.Mints@oktet.ru>
*