Doxygen update
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@427 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Storm700 implementation
|
||||
* %Storm700 implementation
|
||||
* \defgroup Storm700 Package Storm700
|
||||
* \ingroup HAL
|
||||
* @{
|
||||
@@ -48,9 +48,13 @@
|
||||
// Type definitions.
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* \class Storm700
|
||||
* \extends KeyboardDevice
|
||||
*/
|
||||
struct Storm700
|
||||
{
|
||||
struct KeyboardDevice keyboardDevice;
|
||||
struct KeyboardDevice keyboardDevice; //!< \private
|
||||
const struct IODevice* device;
|
||||
bool initialized;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user