Doxygen update
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@428 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -71,8 +71,14 @@ struct KeyboardDevice
|
||||
// Function declarations
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* \memberof KeyboardDevice
|
||||
*/
|
||||
extern ErrorStatus KeyboardDevice_construct (struct KeyboardDevice* self, struct KeyboardDeviceParameters* parameters, KeyboardReadFunction read);
|
||||
|
||||
/**
|
||||
* \memberof KeyboardDevice
|
||||
*/
|
||||
extern ErrorStatus KeyboardDevice_read(const struct KeyboardDevice* self, char* buffer, Keypad_KeyState* keyState);
|
||||
|
||||
#endif /* INC_KEYBOARDDEVICE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user