Formatting and documentation
This commit is contained in:
parent
f87ff859a6
commit
3cad374f33
11 changed files with 91 additions and 95 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue