aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/versions.h
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-07-10 20:43:09 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-07-10 20:43:09 +0200
commit90a5ad87ac455d1d1eb6401824312b28a318fddb (patch)
treed006483f6c5c91b042f566fe210bb9f6732df55e /lib/csapi/versions.h
parentb04ff258cc60687fadf0129eba0be2071f0da00c (diff)
parent32d6616677bc4a94554527110e8d227aaf3aea34 (diff)
downloadlibquotient-90a5ad87ac455d1d1eb6401824312b28a318fddb.tar.gz
libquotient-90a5ad87ac455d1d1eb6401824312b28a318fddb.zip
Merge branch '0.6.x' into kitsune-fix-read-receipts-and-markers-0.6
Diffstat (limited to 'lib/csapi/versions.h')
-rw-r--r--lib/csapi/versions.h10
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