diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-06-29 09:41:01 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-06-29 09:41:01 +0200 |
commit | 32d6616677bc4a94554527110e8d227aaf3aea34 (patch) | |
tree | fdf81c40fc605e69f48321ed4666c8475c1c2726 /lib/csapi/versions.h | |
parent | 0735daf3c905c2758aa89dff02570789804b9e8f (diff) | |
download | libquotient-32d6616677bc4a94554527110e8d227aaf3aea34.tar.gz libquotient-32d6616677bc4a94554527110e8d227aaf3aea34.zip |
More re-generated API files (only doc-comments updated)
All actual updates to the API go to 0.7.
Diffstat (limited to 'lib/csapi/versions.h')
-rw-r--r-- | lib/csapi/versions.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/csapi/versions.h b/lib/csapi/versions.h index 828a7eb9..896e2ea9 100644 --- a/lib/csapi/versions.h +++ b/lib/csapi/versions.h @@ -12,14 +12,14 @@ namespace Quotient { * * Gets the versions of the specification supported by the server. * - * Values will take the form ``rX.Y.Z``. + * Values will take the form `rX.Y.Z`. * - * Only the latest ``Z`` value will be reported for each supported ``X.Y`` - * value. i.e. if the server implements ``r0.0.0``, ``r0.0.1``, and ``r1.2.0``, - * it will report ``r0.0.1`` and ``r1.2.0``. + * Only the latest `Z` value will be reported for each supported `X.Y` value. + * i.e. if the server implements `r0.0.0`, `r0.0.1`, and `r1.2.0`, it will + * report `r0.0.1` and `r1.2.0`. * * The server may additionally advertise experimental features it supports - * through ``unstable_features``. These features should be namespaced and + * through `unstable_features`. These features should be namespaced and * may optionally include version information within their name if desired. * Features listed here are not for optionally toggling parts of the Matrix * specification and should only be used to advertise support for a feature |