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:
@ -111,7 +111,7 @@ float abp_get_temperature(abp_context dev);
|
||||
* value of 5 will be set.
|
||||
*
|
||||
* @param dev abp_context pointer
|
||||
* @param min int maximum pressure value possible
|
||||
* @param max int maximum pressure value possible
|
||||
*/
|
||||
void abp_set_max_pressure(abp_context dev, int max);
|
||||
|
||||
|
@ -105,7 +105,7 @@ namespace upm {
|
||||
* not explicitly called to the set the min value, then a default max
|
||||
* value of 5 will be set.
|
||||
*
|
||||
* @param min int minimum pressure value possible
|
||||
* @param max int maximum pressure value possible
|
||||
*/
|
||||
void setMaxPressure(int max);
|
||||
|
||||
|
Reference in New Issue
Block a user