summaryrefslogtreecommitdiff
path: root/src/include/taler_json_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-11-28 11:39:18 +0900
committerChristian Grothoff <grothoff@gnunet.org>2023-11-28 11:39:18 +0900
commit35d52699018a62851ba1420715d4bec3818a190a (patch)
tree7a84936c83a09bdb27fe50c130e9a2f2161d843a /src/include/taler_json_lib.h
parentf7661b0c1f74cd1955e7a8de22dda1fecff2a2de (diff)
downloadexchange-35d52699018a62851ba1420715d4bec3818a190a.tar.gz
exchange-35d52699018a62851ba1420715d4bec3818a190a.tar.bz2
exchange-35d52699018a62851ba1420715d4bec3818a190a.zip
-misc doxygen fixes
Diffstat (limited to 'src/include/taler_json_lib.h')
-rw-r--r--src/include/taler_json_lib.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h
index dc8061705..51fd17dd0 100644
--- a/src/include/taler_json_lib.h
+++ b/src/include/taler_json_lib.h
@@ -425,7 +425,7 @@ struct TALER_JSON_ProtocolVersion
/**
* Number of protocol versions this @e revision is
* backwards-compatible with. Subtract this number
- * from @a current to get the minimum protocol version
+ * from @e current to get the minimum protocol version
* required from the client.
*/
unsigned int age;
@@ -438,15 +438,14 @@ struct TALER_JSON_ProtocolVersion
* encoding the version as "$CURRENT:$REVISION:$AGE".
*
* @param field name of the field (usually "version")
- * @param[out] current protocol current to initialize
- * @param[out] revision protocol revision to initialize
- * @param[out] age protocol age to initialize
+ * @param[out] ver protocol versions to initialize
* @return corresponding field spec
*/
struct GNUNET_JSON_Specification
TALER_JSON_spec_version (const char *field,
struct TALER_JSON_ProtocolVersion *ver);
+
/**
* Generate a parser specification for a denomination public key of a given
* cipher.