diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2024-01-30 14:28:37 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2024-01-30 14:28:37 +0100 |
commit | 41408d9b419fc8e5deb2d3e4f44622b3fa97d0ba (patch) | |
tree | 62c19f023735de50be4d9d2b194115dbfcad745f /src/include | |
parent | 1d888045ad126e06944b641e6d1f7e6dde9c399c (diff) |
[doxygen] fix doxygen issuesv0.9.4-dev.6
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/platform.h | 2 | ||||
-rw-r--r-- | src/include/taler_merchantdb_plugin.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/include/platform.h b/src/include/platform.h index 6adeaf58..fcafb941 100644 --- a/src/include/platform.h +++ b/src/include/platform.h @@ -15,7 +15,7 @@ */ /** - * @file merchant/src/include/platform.h + * @file src/include/platform.h * @brief This file contains the includes and definitions which are used by the * rest of the modules * @author Sree Harsha Totakura <sreeharsha@totakura.in> diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h index 705c4888..640bbdd7 100644 --- a/src/include/taler_merchantdb_plugin.h +++ b/src/include/taler_merchantdb_plugin.h @@ -1128,6 +1128,7 @@ enum TALER_MERCHANTDB_TokenFamilyKind * @param name name of the token family * @param start_time start time of the token family's validity period * @param expiration end time of the token family's validity period + * @param kind kind of the token family */ typedef void (*TALER_MERCHANTDB_TokenFamiliesCallback)( |