C++: Add missing module comment

This commit is contained in:
Dave Bartolomeo
2020-05-06 17:30:20 -04:00
parent df4fdaf6ff
commit f0e86a9191
2 changed files with 6 additions and 0 deletions

View File

@@ -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.