diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-06 21:29:43 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-06 21:29:43 +0200 |
commit | 1639cefa617435ac4df5a8cd70c298aa1e1a820a (patch) | |
tree | e3cd758601c2130e9fcab4fb0efe4181ec7538d1 /src | |
parent | 404b2b78f187e3da2fedee5748b9bfcdfa4a105c (diff) |
-doxygen
Diffstat (limited to 'src')
-rw-r--r-- | src/include/taler_templating_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_templating_lib.h b/src/include/taler_templating_lib.h index ebda2ecf3..a4665a113 100644 --- a/src/include/taler_templating_lib.h +++ b/src/include/taler_templating_lib.h @@ -98,7 +98,7 @@ TALER_TEMPLATING_reply (struct MHD_Connection *connection, * http_status code. * * @param connection the connection we act upon - * @param template basename of the template to load + * @param template_basename basename of the template to load * @param http_status code to use on success * @param ec error code to return * @param detail optional text to add to the template |