summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/fb/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/fb/fb.h')
-rw-r--r--cpukit/libmisc/fb/fb.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/cpukit/libmisc/fb/fb.h b/cpukit/libmisc/fb/fb.h
index 5a896e19db..e268418a3a 100644
--- a/cpukit/libmisc/fb/fb.h
+++ b/cpukit/libmisc/fb/fb.h
@@ -1,4 +1,7 @@
-/** @file rtems/fb.h
+/**
+ * @file rtems/fb.h
+ *
+ * @brief Frame Buffer Device Driver
*
* This file defines the interface to a frame buffer device driver.
*/
@@ -15,6 +18,13 @@
#include <stdint.h>
+/**
+ * @defgroup libmisc_fb Frame Buffer Device Driver Interface
+ *
+ * @ingroup Device Drivers and Frameworks
+ */
+/**@{*/
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -86,10 +96,9 @@ struct fb_cmap {
uint16_t *transp; /* transparency, can be NULL */
};
-
-
#ifdef __cplusplus
}
#endif
+/**@}*/
#endif /* _MW_FB_H */