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 -1
View File
@@ -80,7 +80,8 @@ typedef struct cgram_cache {
} CGram;
typedef struct driver_private_data {
/** private data for the \c IOWarrior driver */
typedef struct IOWarrior_private_data {
char manufacturer[LCD_MAX_WIDTH+1];
char product[LCD_MAX_WIDTH+1];
char serial[LCD_MAX_WIDTH+1];