From 22b14860e6b2bda990a05167ae61d8d7f24a2427 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sat, 21 Jul 2018 22:59:17 +0900 Subject: csapi: add definitions/auth_data.* and optimise out trivial files with the latest GTAD --- lib/csapi/{{base}}.h.mustache | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/csapi/{{base}}.h.mustache') 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?}} -- cgit v1.2.3