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