make PrivateData appear as driver-specific data structures for Doxygen
This commit is contained in:
@@ -55,8 +55,8 @@ typedef enum {
|
||||
bigchar /* big characters */
|
||||
} CGmode;
|
||||
|
||||
|
||||
typedef struct driver_private_data {
|
||||
/** private data for the \c CFontz driver */
|
||||
typedef struct CFontz_private_data {
|
||||
char device[200];
|
||||
|
||||
int fd;
|
||||
|
||||
Reference in New Issue
Block a user