make PrivateData appear as driver-specific data structures for Doxygen
This commit is contained in:
@@ -37,13 +37,14 @@
|
||||
//#include "drv_base.h"
|
||||
|
||||
|
||||
/* private data structure */
|
||||
typedef struct driver_private_data {
|
||||
/* private data structure for the \c text driver */
|
||||
typedef struct text_private_data {
|
||||
int width;
|
||||
int height;
|
||||
char *framebuf;
|
||||
} PrivateData;
|
||||
|
||||
|
||||
/* Vars for the server core */
|
||||
MODULE_EXPORT char *api_version = API_VERSION;
|
||||
MODULE_EXPORT int stay_in_foreground = 0;
|
||||
|
||||
Reference in New Issue
Block a user