1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

[Theme] Fix missing doxygen documentation

This commit is contained in:
Dave Davenport 2023-08-15 19:34:11 +02:00
parent 6caaf36df6
commit 664f1b9297

View file

@ -394,6 +394,7 @@ char *helper_string_replace_if_exists(char *string, ...);
/**
* @param file File name passed to option.
* @param ext NULL terminated array of file extension passed to option.
* @param parent_dir The file that was used to import this file, or NULL.
*
* @returns path to theme or copy of filename if not found.
*/