Skip to content

Commit

Permalink
fix invalid doxygen param
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth authored and likle committed Nov 7, 2024
1 parent 8527639 commit e98d23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cwalk.h
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ CWK_PUBLIC size_t cwk_path_change_segment(struct cwk_segment *segment,
* separator). The function will return true if it is a separator, or false
* otherwise.
*
* @param symbol A pointer to a string.
* @param str A pointer to a string.
* @return Returns true if it is a separator, or false otherwise.
*/
CWK_PUBLIC bool cwk_path_is_separator(const char *str);
Expand Down

0 comments on commit e98d23f

Please sign in to comment.