From 788e4f0af51d415053061f303b290a01633bb6c8 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sat, 9 Sep 2017 20:02:15 +0900 Subject: apigen.yaml: cleanup Commented out parts that aren't used yet; moved the whole 'env:' section down below (because it's used by Printer rather than Analyzer or Translator). --- jobs/apigen.yaml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'jobs/apigen.yaml') diff --git a/jobs/apigen.yaml b/jobs/apigen.yaml index ba699b12..69662a5d 100644 --- a/jobs/apigen.yaml +++ b/jobs/apigen.yaml @@ -2,19 +2,6 @@ preprocess: "%CLIENT_RELEASE_LABEL%": r0 "%CLIENT_MAJOR_VERSION%": r0 -env: - preamble: preamble.mustache - copyrightName: Kitsune Ral - copyrightEmail: - imports: { set: } - returnFile?: { bool: false } - -templates: -- "{{base}}.h.mustache" -- "{{base}}.cpp.mustache" - -outFilesList: apifiles.txt - # Structure: # swaggerType: # OR @@ -53,4 +40,18 @@ types: object: { type: QJsonObject, "avoidCopy?": true, imports: } array: { type: "QVector<{{1}}>", "avoidCopy?": true, imports: } -operations: \ No newline at end of file +#operations: + +env: +# preamble: preamble.mustache + copyrightName: Kitsune Ral + copyrightEmail: +# imports: { set: } +# returnFile?: { bool: false } + +templates: +- "{{base}}.h.mustache" +- "{{base}}.cpp.mustache" + +#outFilesList: apifiles.txt + -- cgit v1.2.3