mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C++: Add missing module comment
This commit is contained in:
@@ -82,6 +82,9 @@ class CaseEdge extends EdgeKind, TCaseEdge {
|
||||
string getMaxValue() { result = maxValue }
|
||||
}
|
||||
|
||||
/**
|
||||
* Predicates to access the single instance of each `EdgeKind` class.
|
||||
*/
|
||||
module EdgeKind {
|
||||
/**
|
||||
* Gets the single instance of the `GotoEdge` class.
|
||||
|
||||
Reference in New Issue
Block a user