add missing qldoc

This commit is contained in:
Erik Krogh Kristensen
2022-02-10 18:06:53 +01:00
parent 9739929795
commit 02ed1ca392

View File

@@ -602,6 +602,7 @@ module API {
int distanceFromRoot(TApiNode nd) = shortestDistances(MkRoot/0, edge/2)(_, nd, result)
}
/** Provides classes modeling the various edges (labels) in the API graph. */
module Label {
/** A label in the API-graph */
class ApiLabel extends TLabel {
@@ -719,6 +720,7 @@ module API {
/** Gets the `return` edge label. */
LabelReturn return() { any() }
/** Gets the `subclass` edge label. */
LabelSubclass subclass() { any() }
/** Gets the label representing the given keword argument/parameter. */