Skip to content

Commit 70b0575

Browse files
committed
C++: Improve QLDoc
1 parent 9846322 commit 70b0575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/lib/semmle/code/cpp/Class.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,12 +1099,12 @@ class ProxyClass extends UserType {
10991099
/** Gets the location of the proxy class. */
11001100
override Location getLocation() { result = this.getTemplateParameter().getDefinitionLocation() }
11011101

1102-
/** Gets the template parameter for which this is the proxy class. */
1102+
/** Gets the template parameter for which this is the proxy class, if any. */
11031103
TypeTemplateParameter getTemplateParameter() {
11041104
is_proxy_class_for(underlyingElement(this), unresolveElement(result))
11051105
}
11061106

1107-
/** Gets the decltype for which this is the proxy class. */
1107+
/** Gets the decltype for which this is the proxy class, if any. */
11081108
Decltype getDecltype() { is_proxy_class_for(underlyingElement(this), unresolveElement(result)) }
11091109
}
11101110

0 commit comments

Comments
 (0)