From f5f267682478f7ccca40c9751ccc0dc01e76bd86 Mon Sep 17 00:00:00 2001 From: Mathew Kallada Date: Fri, 21 Dec 2012 11:13:06 -0600 Subject: libmisc: Doxygen Enhancement Task #1 --- cpukit/libmisc/fsmount/fsmount.c | 40 ++++++++++++++++------------------------ cpukit/libmisc/fsmount/fsmount.h | 2 ++ 2 files changed, 18 insertions(+), 24 deletions(-) (limited to 'cpukit/libmisc/fsmount') diff --git a/cpukit/libmisc/fsmount/fsmount.c b/cpukit/libmisc/fsmount/fsmount.c index 1d82b94391..3e785c7162 100644 --- a/cpukit/libmisc/fsmount/fsmount.c +++ b/cpukit/libmisc/fsmount/fsmount.c @@ -1,32 +1,24 @@ /** * @file * - * File system mount functions. + * @brief File System Mount Functions + * @ingroup rtems_fstab File System Mount Support */ -/*===============================================================*\ -| Project: RTEMS fsmount | -+-----------------------------------------------------------------+ -| File: fsmount.c | -+-----------------------------------------------------------------+ -| Copyright (c) 2003 IMD | -| Ingenieurbuero fuer Microcomputertechnik Th. Doerfler | -| | -| all rights reserved | -+-----------------------------------------------------------------+ -| this file contains the fsmount functions. These functions | -| are used to mount a list of filesystems (and create their mount | -| points before) | -| | -| 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 | -| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | -| 02.07.03 creation doe | -\*===============================================================*/ +/* + * Copyright (c) 2003 IMD + * Ingenieurbuero fuer Microcomputertechnik Th. Doerfler + * + * all rights reserved + * + * This file contains the fsmount functions. These functions + * are used to mount a list of filesystems (and create their mount + * points before). + * + * 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. + */ #ifndef HAVE_CONFIG_H #include "config.h" diff --git a/cpukit/libmisc/fsmount/fsmount.h b/cpukit/libmisc/fsmount/fsmount.h index ede0ea2eb6..af1d9a532f 100644 --- a/cpukit/libmisc/fsmount/fsmount.h +++ b/cpukit/libmisc/fsmount/fsmount.h @@ -123,6 +123,8 @@ typedef struct { } rtems_fstab_entry; /** + * @brief Mounts the file systems listed in the file system mount table. + * * Mounts the file systems listed in the file system mount table @a fstab of * size @a size. * -- cgit v1.2.3