Codegen: mark all generated files and classes as INTERNAL

This commit is contained in:
Paolo Tranquilli
2023-11-08 10:02:17 +01:00
parent b7543f5dc7
commit ac838d72de
287 changed files with 1375 additions and 301 deletions

View File

@@ -1,9 +1,7 @@
// generated by {{generator}}
/**
* This module provides the generated definition of `{{name}}`.
{{#ql_internal}}
* INTERNAL: Do not use.
{{/ql_internal}}
* INTERNAL: Do not use. Import the corresponding module under `elements` instead.
*/
private import {{import_prefix}}.Synth
@@ -13,16 +11,12 @@ import {{.}}
{{/imports}}
module Generated {
{{#has_doc}}
/**
{{#ql_internal}}
* INTERNAL: Do not use.
{{/ql_internal}}
{{#doc}}
* {{.}}
{{/doc}}
* INTERNAL: Do not use. Use the wrapper class under `elements` instead.
*/
{{/has_doc}}
class {{name}} extends Synth::T{{name}}{{#bases}}, {{.}}{{/bases}} {
{{#root}}
/**