forked from Imagelibrary/rtems
Header File Doxygen Enhancement Task #1
This commit is contained in:
committed by
Jennifer Averett
parent
7ee5bc4ce1
commit
3cf4031c19
@@ -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
|
||||
|
||||
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user