python: add missing qldoc

This commit is contained in:
Rasmus Lerchedahl Petersen
2022-01-21 13:55:08 +01:00
parent 49d4b1480d
commit 41908cbf9f

View File

@@ -116,6 +116,7 @@ module Path {
PathNormalization() { this = range }
/** Gets an argument to this path normalization that is interpreted as a path. */
DataFlow::Node getPathArg() { result = range.getPathArg() }
}