Skip to content

Commit 74d40aa

Browse files
ahcordehidmic
authored andcommitted
Removed doxygen warnings (#266)
* Removed doxygen warnings Signed-off-by: ahcorde <[email protected]> * Added feedback Signed-off-by: ahcorde <[email protected]>
1 parent ee41b34 commit 74d40aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/rcutils/logging.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/
278277
RCUTILS_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
*/
506506
RCUTILS_PUBLIC
507507
void rcutils_logging_console_output_handler(

include/rcutils/strerror.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/
3838
RCUTILS_PUBLIC

0 commit comments

Comments
 (0)