Formatting and documentation

This commit is contained in:
Olof hagsand 2024-10-16 11:05:12 +02:00
parent f87ff859a6
commit 3cad374f33
11 changed files with 91 additions and 95 deletions

View file

@ -281,11 +281,11 @@ clicon_data_int_get(clixon_handle h,
return atoi(s);
}
/*! Set a single string data via handle
/*! Set a single int data via handle
*
* @param[in] h clixon_handle
* @param[in] name option name
* @param[in] val option value, must be null-terminated string
* @param[in] val option value
* @retval 0 OK
* @retval -1 Error
*/

View file

@ -278,7 +278,7 @@ xmldb_disconnect(clixon_handle h)
return retval;
}
/*! Copy datastore from db1 to db2
/*! Copy datastore from db1 to db2, both cache and datastore
*
* May include copying datastore directory structure
* @param[in] h Clixon handle