make PrivateData appear as driver-specific data structures for Doxygen
This commit is contained in:
@@ -35,7 +35,8 @@ typedef enum {
|
||||
beat = 8
|
||||
} custom_type;
|
||||
|
||||
typedef struct driver_private_data {
|
||||
/** private data for the \c sli driver */
|
||||
typedef struct sli_private_data {
|
||||
char device[256];
|
||||
int speed;
|
||||
int fd;
|
||||
|
||||
Reference in New Issue
Block a user