File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,6 @@ void rcutils_logging_set_output_handler(rcutils_logging_output_handler_t functio
272272 * \param[in] name The name of the logger that this message came from
273273 * \param[in] timestamp The time at which the log message was generated
274274 * \param[in] msg The message being logged
275- * \param[in] args The list of arguments to insert into the formatted log message
276275 * \param[out] logging_output An output buffer for the formatted message
277276 */
278277RCUTILS_PUBLIC
@@ -501,7 +500,8 @@ RCUTILS_ATTRIBUTE_PRINTF_FORMAT(4, 5);
501500 * \param[in] severity The severity level
502501 * \param[in] name The name of the logger, must be null terminated c string
503502 * \param[in] timestamp The timestamp for when the log message was made
504- * \param[in] log_str The string to be logged
503+ * \param[in] format The format string
504+ * \param[in] args The `va_list` used by the logger
505505 */
506506RCUTILS_PUBLIC
507507void rcutils_logging_console_output_handler (
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ extern "C"
3232 *
3333 * This function is thread-safe.
3434 *
35- * \param[in/out ] buffer the buffer in which to store the data
35+ * \param[inout ] buffer The buffer in which to store the data
3636 * \param[in] buffer_length the maximum length of the buffer
3737 */
3838RCUTILS_PUBLIC
You can’t perform that action at this time.
0 commit comments