mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 09:21: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:
@ -143,7 +143,7 @@ extern "C" {
|
||||
* Enable debugging output (linux platforms only).
|
||||
*
|
||||
* @param dev Device context
|
||||
* @param true to enable some debug output, false otherwise
|
||||
* @param enable true to enable some debug output, false otherwise
|
||||
*/
|
||||
void otp538u_set_debug(const otp538u_context dev, bool enable);
|
||||
|
||||
|
@ -156,7 +156,7 @@ namespace upm {
|
||||
/**
|
||||
* Enable debugging output.
|
||||
*
|
||||
* @param true to enable some debug output, false otherwise
|
||||
* @param enable true to enable some debug output, false otherwise
|
||||
*/
|
||||
void setDebug(bool enable)
|
||||
{
|
||||
|
Reference in New Issue
Block a user