aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/{{base}}.h.mustache
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-07-21 22:59:17 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-07-21 22:59:17 +0900
commit22b14860e6b2bda990a05167ae61d8d7f24a2427 (patch)
tree70e0b47a8460af0ee2b8ab9007977178ab196dd6 /lib/csapi/{{base}}.h.mustache
parentd3f1f39dafc87ce5b4654ac2a9b21df53dad1a4b (diff)
downloadlibquotient-22b14860e6b2bda990a05167ae61d8d7f24a2427.tar.gz
libquotient-22b14860e6b2bda990a05167ae61d8d7f24a2427.zip
csapi: add definitions/auth_data.* and optimise out trivial files with the latest GTAD
Diffstat (limited to 'lib/csapi/{{base}}.h.mustache')
-rw-r--r--lib/csapi/{{base}}.h.mustache8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/csapi/{{base}}.h.mustache b/lib/csapi/{{base}}.h.mustache
index 1e7c0132..7e2ca9d4 100644
--- a/lib/csapi/{{base}}.h.mustache
+++ b/lib/csapi/{{base}}.h.mustache
@@ -16,7 +16,9 @@ namespace QMatrixClient
{
{{#vars}}{{#description}} /// {{_}}
{{/description}} {{>maybeOmittableType}} {{nameCamelCase}};
-{{/vars}} };
+{{/vars}}{{#propertyMap}}{{#description}} /// {{_}}
+{{/description}} {{>maybeOmittableType}} {{nameCamelCase}};
+{{/propertyMap}} };
{{#in?}}
QJsonObject toJson(const {{name}}& pod);
{{/in?}}{{#out?}}
@@ -40,7 +42,9 @@ namespace QMatrixClient
{
{{#vars}}{{#description}} /// {{_}}
{{/description}} {{>maybeOmittableType}} {{nameCamelCase}};
-{{/vars}} };
+{{/vars}}{{#propertyMap}}{{#description}} /// {{_}}
+{{/description}} {{>maybeOmittableType}} {{nameCamelCase}};
+{{/propertyMap}} };
{{/ model}}
// Construction/destruction
{{/ models}}{{#allParams?}}