Skip to content

Commit de5abdb

Browse files
author
Dave Bartolomeo
committed
C++/C#: Add missing QLDoc
1 parent c705797 commit de5abdb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ private newtype TTypeDomain =
707707
* `ImaginaryDomain`.
708708
*/
709709
class TypeDomain extends TTypeDomain {
710+
/** Gets a textual representation of this type domain. */
710711
string toString() { none() }
711712
}
712713

csharp/ql/src/semmle/code/csharp/ir/internal/IRCSharpLanguage.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ private newtype TTypeDomain = TRealDomain()
3535
* `ImaginaryDomain`.
3636
*/
3737
class TypeDomain extends TTypeDomain {
38+
/** Gets a textual representation of this type domain. */
3839
string toString() { none() }
3940
}
4041

0 commit comments

Comments
 (0)