forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user