Header File Doxygen Enhancement Task #1

This commit is contained in:
Alex Ivanov
2012-12-28 17:48:12 -06:00
committed by Jennifer Averett
parent 7ee5bc4ce1
commit 3cf4031c19
20 changed files with 70 additions and 51 deletions

View File

@@ -1,8 +1,10 @@
/**
* @file libfs/devfs/devfs.h
*
* This include file contains all constants and structures associated
* with the 'device-only' filesystem.
* @file
*
* @brief 'device-only' File System Support
*
* This include file contains all constants and structures associated
* with the 'device-only' filesystem.
*/
#ifndef _RTEMS_DEVFS_H

View File

@@ -1,3 +1,14 @@
/**
* @file
*
*
* @ingroup rtems-rfs
* @brief RTEMS File Systems Shell Commands
*
* RTEMS File Systems Shell commands provide a CLI interface to support and
* development of the RFS file system.
*/
/*
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
*
@@ -5,14 +16,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*/
/**
* @file
*
* @ingroup rtems-rfs
*
* RTEMS File Systems Shell commands provide a CLI interface to support and
* development od the RFS file system.
*/
#if !defined (_RTEMS_RFS_SHELL_H_)
#define _RTEMS_RFS_SHELL_H_