make PrivateData appear as driver-specific data structures for Doxygen

This commit is contained in:
marschap
2008-12-07 19:41:36 +00:00
parent 32345f6ad8
commit ff75ce809f
33 changed files with 70 additions and 40 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ MODULE_EXPORT int supports_multiple = 0;
MODULE_EXPORT char *symbol_prefix = "shuttleVFD_";
// Private data
typedef struct driver_private_data {
/** private data for the \c shuttleVFD driver */
typedef struct shuttleVFD_private_data {
usb_dev_handle *dev;
int width;
int height;