We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0029a33 commit cf1869cCopy full SHA for cf1869c
cpp/ql/src/semmle/code/cpp/Class.qll
@@ -41,9 +41,9 @@ class Class extends UserType {
41
42
/**
43
* Gets a function declared in this class.
44
- * For template member functions, results include both the template
45
- * and the instantiations of that template. If you only want the
46
- * template, then use `getACanonicalMemberFunction()` instead.
+ * For template member functions, results include both the template
+ * and the instantiations of that template. If you only want the
+ * template, then use `getACanonicalMemberFunction()` instead.
47
*/
48
MemberFunction getAMemberFunction() { result = this.getAMember() }
49
0 commit comments