Skip to content

Commit 8a564cc

Browse files
committed
JS: Fix qldoc
1 parent 8f8a468 commit 8a564cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

javascript/ql/src/semmle/javascript/frameworks/Templating.qll

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,9 +631,11 @@ module Templating {
631631
}
632632

633633
/**
634-
* The `include` function, seen as an API node, so we can treat it as a template instantiation.
634+
* The `include` function, seen as an API node, so we can treat it as a template instantiation
635+
* in `EjsIncludeCallInTemplate`.
636+
*
635637
* These API nodes are used in the `getTemplateInput` predicate.
636-
*/```
638+
*/
637639
private class IncludeFunctionAsEntryPoint extends API::EntryPoint {
638640
IncludeFunctionAsEntryPoint() { this = "IncludeFunctionAsEntryPoint" }
639641

0 commit comments

Comments
 (0)