Skip to content

Commit 978bf3a

Browse files
committed
C++: Make QLDoc comment represent a valid C++ template
1 parent 7dd2677 commit 978bf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/Variable.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ class TemplateVariable extends Variable {
582582
* float a;
583583
* }
584584
*
585-
* template<type T>
585+
* template<typename T>
586586
* void myTemplateFunction() {
587587
* T b;
588588
* }

0 commit comments

Comments
 (0)