summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/fb/fb.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 13:20:34 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 17:06:47 -0600
commita15eaaf9fdba8a9311623ae44711d17701a19d30 (patch)
treeeb6f4439e820390ad8b0f8ed5a10ed6835461548 /cpukit/libmisc/fb/fb.h
parentscore: Doxygen Clean Up Task #14 (diff)
downloadrtems-a15eaaf9fdba8a9311623ae44711d17701a19d30.tar.bz2
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.
Diffstat (limited to 'cpukit/libmisc/fb/fb.h')
-rw-r--r--cpukit/libmisc/fb/fb.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/cpukit/libmisc/fb/fb.h b/cpukit/libmisc/fb/fb.h
index 2304405a95..e268418a3a 100644
--- a/cpukit/libmisc/fb/fb.h
+++ b/cpukit/libmisc/fb/fb.h
@@ -1,9 +1,6 @@
/**
* @file rtems/fb.h
*
- * @defgroup libmisc_fb Device Driver
- *
- * @ingroup libmisc
* @brief Frame Buffer Device Driver
*
* This file defines the interface to a frame buffer device driver.
@@ -21,6 +18,13 @@
#include <stdint.h>
+/**
+ * @defgroup libmisc_fb Frame Buffer Device Driver Interface
+ *
+ * @ingroup Device Drivers and Frameworks
+ */
+/**@{*/
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -92,10 +96,9 @@ struct fb_cmap {
uint16_t *transp; /* transparency, can be NULL */
};
-
-
#ifdef __cplusplus
}
#endif
+/**@}*/
#endif /* _MW_FB_H */