Files
codeql/misc/codegen/templates/ql_stub_class_qldoc.mustache

11 lines
118 B
Plaintext

{{#has_qldoc}}
/**
{{#doc}}
* {{.}}
{{/doc}}
{{#internal}}
* INTERNAL: Do not use.
{{/internal}}
*/
{{/has_qldoc}}