make PrivateData appear as driver-specific data structures for Doxygen
This commit is contained in:
@@ -64,7 +64,8 @@
|
||||
#include "report.h"
|
||||
|
||||
|
||||
typedef struct driver_private_data {
|
||||
/** private data for the \c sed1520 driver */
|
||||
typedef struct sed1520_private_data {
|
||||
unsigned int port;
|
||||
|
||||
unsigned char *framebuf;
|
||||
|
||||
Reference in New Issue
Block a user