diff -r b74b0e4902c3 -r ad2c8b13eb88 main/recipes.h --- a/main/recipes.h Sat Oct 20 13:23:15 2018 +0200 +++ b/main/recipes.h Sat Oct 20 17:09:48 2018 +0200 @@ -9,6 +9,8 @@ /** * @brief Parse a Beerxml file and add the recipe. + * @param fn The recipe filename. + * @param code The recipe code serial. * @return Zero if no errors were found. */ int ParseRecipe(char *fn, char *code);