Doxygen update
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@428 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -68,6 +68,7 @@ struct Storm700
|
||||
* Storm700_construct
|
||||
* Constructor for Storm700 keypad
|
||||
*
|
||||
* @memberof Storm700
|
||||
* @param self Keypad object to construct
|
||||
* @param device The IO device that is used to communicate
|
||||
*
|
||||
@@ -84,6 +85,7 @@ extern ErrorStatus Storm700_construct(struct Storm700* self, const struct IODevi
|
||||
* Storm700_destruct
|
||||
* Destructor for the Storm700 instance
|
||||
*
|
||||
* @memberof Storm700
|
||||
* @param self The object to destruct
|
||||
*
|
||||
* @return void
|
||||
@@ -98,6 +100,7 @@ extern void Storm700_destruct(struct Storm700* self);
|
||||
* Storm700_readKey
|
||||
* Read a key from the storm700 keypad
|
||||
*
|
||||
* @memberof Storm700
|
||||
* @param self Keypad instance
|
||||
* @param key The key that has been read. Will be
|
||||
* formatted ins ASCII code
|
||||
|
||||
Reference in New Issue
Block a user