diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-09-09 20:02:15 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-09-09 20:02:15 +0900 |
commit | 788e4f0af51d415053061f303b290a01633bb6c8 (patch) | |
tree | bcc46ed296c230913947a6c49597227ce85d9b93 /jobs/apigen.yaml | |
parent | 9852ef0b8aa1033328b313f6f78232f5670f00df (diff) | |
download | libquotient-788e4f0af51d415053061f303b290a01633bb6c8.tar.gz libquotient-788e4f0af51d415053061f303b290a01633bb6c8.zip |
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).
Diffstat (limited to 'jobs/apigen.yaml')
-rw-r--r-- | jobs/apigen.yaml | 29 |
1 files changed, 15 insertions, 14 deletions
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: <kitsune-ral@users.sf.net> - imports: { set: } - returnFile?: { bool: false } - -templates: -- "{{base}}.h.mustache" -- "{{base}}.cpp.mustache" - -outFilesList: apifiles.txt - # Structure: # swaggerType: <targetTypeSpec> # OR @@ -53,4 +40,18 @@ types: object: { type: QJsonObject, "avoidCopy?": true, imports: <QtCore/QJsonObject> } array: { type: "QVector<{{1}}>", "avoidCopy?": true, imports: <QtCore/QVector> } -operations:
\ No newline at end of file +#operations: + +env: +# preamble: preamble.mustache + copyrightName: Kitsune Ral + copyrightEmail: <kitsune-ral@users.sf.net> +# imports: { set: } +# returnFile?: { bool: false } + +templates: +- "{{base}}.h.mustache" +- "{{base}}.cpp.mustache" + +#outFilesList: apifiles.txt + |