JS: Fix qldoc

This commit is contained in:
Asger Feldthaus
2021-08-24 14:31:00 +02:00
parent 8f8a46848d
commit 8a564cc64b

View File

@@ -631,9 +631,11 @@ module Templating {
}
/**
* The `include` function, seen as an API node, so we can treat it as a template instantiation.
* The `include` function, seen as an API node, so we can treat it as a template instantiation
* in `EjsIncludeCallInTemplate`.
*
* These API nodes are used in the `getTemplateInput` predicate.
*/```
*/
private class IncludeFunctionAsEntryPoint extends API::EntryPoint {
IncludeFunctionAsEntryPoint() { this = "IncludeFunctionAsEntryPoint" }