mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
JS: Fix qldoc
This commit is contained in:
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user