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