mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
C++: Fix QLDoc.
This commit is contained in:
@@ -247,9 +247,9 @@ class LogonUser extends SystemData {
|
||||
}
|
||||
|
||||
/**
|
||||
* An expression with the type of registry query parameter it is (if any).
|
||||
* This type is used to express information about registry query parameters in
|
||||
* the `regQuery` predicate concisely.
|
||||
* The type of a registry query parameter, if it is of interest to us. This
|
||||
* is used to express information about registry query parameters in the
|
||||
* `regQuery` predicate concisely.
|
||||
*/
|
||||
private newtype TRegQueryParameter =
|
||||
TSubKeyName() or
|
||||
|
||||
Reference in New Issue
Block a user