remove incorrect argument documentation (#361)

* remove incorrect argument documentation

* remove another incorrect argument doc
This commit is contained in:
William Woodall 2019-02-08 16:14:36 -08:00 committed by GitHub
parent af49d6b3bf
commit 4c9be76b92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -154,7 +154,6 @@ rcl_guard_condition_init_from_rmw(
* <i>[1] specifically not thread-safe with rcl_trigger_guard_condition()</i>
*
* \param[inout] guard_condition handle to the guard_condition to be finalized
* \param[in] context the context originally used to init the guard condition
* \return `RCL_RET_OK` if guard_condition was finalized successfully, or
* \return `RCL_RET_INVALID_ARGUMENT` if any arguments are invalid, or
* \return `RCL_RET_ERROR` if an unspecified error occurs.

View file

@ -163,7 +163,6 @@ rcl_node_init(
* <i>[1] if `atomic_is_lock_free()` returns true for `atomic_uint_least64_t`</i>
*
* \param[in] node rcl_node_t to be finalized
* \param[in] context the context originally used to init the node
* \return `RCL_RET_OK` if node was finalized successfully, or
* \return `RCL_RET_NODE_INVALID` if the node pointer is null, or
* \return `RCL_RET_ERROR` if an unspecified error occurs.