mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
C++/C#: Add missing QLDoc
This commit is contained in:
@@ -707,6 +707,7 @@ private newtype TTypeDomain =
|
||||
* `ImaginaryDomain`.
|
||||
*/
|
||||
class TypeDomain extends TTypeDomain {
|
||||
/** Gets a textual representation of this type domain. */
|
||||
string toString() { none() }
|
||||
}
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ private newtype TTypeDomain = TRealDomain()
|
||||
* `ImaginaryDomain`.
|
||||
*/
|
||||
class TypeDomain extends TTypeDomain {
|
||||
/** Gets a textual representation of this type domain. */
|
||||
string toString() { none() }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user