mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
docs: updated @param tags, added missing function descriptions, other minor changes
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -68,7 +68,7 @@ typedef struct _button_context {
|
||||
/**
|
||||
* button init function
|
||||
*
|
||||
* @param gpio Pin to use
|
||||
* @param pin Pin to use
|
||||
*/
|
||||
button_context button_init(int pin);
|
||||
|
||||
|
@ -59,7 +59,7 @@ class Button{
|
||||
/**
|
||||
* button constructor
|
||||
*
|
||||
* @param gpio Pin to use
|
||||
* @param pin Pin to use
|
||||
*/
|
||||
Button(unsigned int pin);
|
||||
/**
|
||||
|
Reference in New Issue
Block a user