cpukit: Doxygen group fixes and many warnings addressed

The output of the modules.html is much improved. Most
filesystem and POSIX API related groups are properly nested.
Some formatting issues were addressed as were multiple
inconsistencies.
This commit is contained in:
Joel Sherrill
2013-01-10 13:20:34 -06:00
parent ed70eaea0b
commit a15eaaf9fd
67 changed files with 216 additions and 229 deletions

View File

@@ -21,14 +21,15 @@
#ifndef _RTEMS_DEVNULL_H
#define _RTEMS_DEVNULL_H
#include <rtems/io.h> /* rtems_device_driver */
#include <rtems/io.h>
/**
* @defgroup libmisc_devnull Device Driver
* @defgroup libmisc_devnull Null Device Driver
*
* @ingroup libmisc
*/
/**@{*/
#ifdef __cplusplus
extern "C" {
#endif