Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
add comments for parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
linhu-nv committed Feb 23, 2024
1 parent 89aabf8 commit ebc2c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/wholememory/wholememory.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ enum LogLevel {
/**
* Initialize WholeMemory library
* @param flags : reserved should be 0
* @param wm_log_level : wholememory log level, the default level is "info"
* @param log_level : wholememory log level, the default level is "info"
* @return : wholememory_error_code_t
*/
wholememory_error_code_t wholememory_init(unsigned int flags, LogLevel log_level = LEVEL_INFO);
Expand Down

0 comments on commit ebc2c34

Please sign in to comment.