Swift: move stub QLdocs to separate templates

This commit is contained in:
Paolo Tranquilli
2023-11-21 16:25:21 +01:00
parent 5b724a7aaf
commit b4fd95bd6a
3 changed files with 13 additions and 11 deletions

View File

@@ -1,21 +1,12 @@
// generated by {{generator}}, remove this comment if you wish to edit this file
/**
* This module provides a hand-modifiable wrapper around the generated class `{{name}}`.
{{#ql_internal}}
* INTERNAL: Do not use.
{{/ql_internal}}
*/
{{>ql_stub_module_qldoc}}
private import {{base_import}}
{{#has_synth_accessors}}
private import {{import_prefix}}.Raw
private import {{import_prefix}}.Synth
{{/has_synth_accessors}}
{{#ql_internal}}
/**
* INTERNAL: Do not use.
*/
{{/ql_internal}}
{{>ql_stub_class_qldoc}}
class {{name}} extends Generated::{{name}} {
{{#synth_accessors}}
private

View File

@@ -0,0 +1,5 @@
{{#ql_internal}}
/**
* INTERNAL: Do not use.
*/
{{/ql_internal}}

View File

@@ -0,0 +1,6 @@
/**
* This module provides a hand-modifiable wrapper around the generated class `{{name}}`.
{{#ql_internal}}
* INTERNAL: Do not use.
{{/ql_internal}}
*/