We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fb1fd commit c73ab59Copy full SHA for c73ab59
include/rcutils/thread_attr.h
@@ -92,7 +92,7 @@ rcutils_thread_attrs_init(
92
* \brief Initialize list of thread attributes with a capacity.
93
* \param[out] thread_attrs list of thread attributes to be initialized
94
* \param[in] allocator memory allocator to be used
95
- * \param[in] capacity ...
+ * \param[in] capacity initial capacity of the list of thread attributes
96
* \return #RCUTILS_RET_OK if the structure was initialized succeessfully, or
97
* \return #RCUTILS_RET_INVALID_ARGUMENT if any function arguments are invalid, or
98
* \return #RCUTILS_RET_BAD_ALLOC if allocating memory failed, or
0 commit comments