mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Codegen: mark all generated files and classes as INTERNAL
This commit is contained in:
@@ -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}}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user