Skip to content

Commit

Permalink
Update doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Apr 19, 2024
1 parent f0e9e1b commit ab3ce64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion librz/util/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ RZ_API void rz_vlog(const char *funcname, const char *filename,
* \param filename Contains the filename that funcname is defined in
* \param lineno The line number that this log call is being made from in filename
* \param lvl Logging level for output
* \param tag An string placed at the beginning of the log message. If NULL, the log level is used.
* \param fmtstr A printf like string
This function is used by the RZ_LOG_* preprocessor macros for logging
Expand All @@ -280,7 +281,7 @@ RZ_API void rz_log(const char *funcname, const char *filename,
* \param filename Contains the filename that \p funcname is defined in
* \param lineno The line number that this log call is being made from in filename
* \param lvl Logging level for output
* \param tag An additional string placed after the log level.
* \param tag An string placed at the beginning of the log message. If NULL, the log level is used.
* \param msg The log message.
*/
RZ_API void rz_log_bind(const char *funcname, const char *filename,
Expand Down

0 comments on commit ab3ce64

Please sign in to comment.