From 664f1b929706f39bb402e09e2284c9de50b205af Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 15 Aug 2023 19:34:11 +0200 Subject: [PATCH] [Theme] Fix missing doxygen documentation --- include/helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/helper.h b/include/helper.h index 5790f3709..ed161931f 100644 --- a/include/helper.h +++ b/include/helper.h @@ -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. */