Skip to content

Commit 02ed1ca

Browse files
committed
add missing qldoc
1 parent 9739929 commit 02ed1ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ruby/ql/lib/codeql/ruby/ApiGraphs.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ module API {
602602
int distanceFromRoot(TApiNode nd) = shortestDistances(MkRoot/0, edge/2)(_, nd, result)
603603
}
604604

605+
/** Provides classes modeling the various edges (labels) in the API graph. */
605606
module Label {
606607
/** A label in the API-graph */
607608
class ApiLabel extends TLabel {
@@ -719,6 +720,7 @@ module API {
719720
/** Gets the `return` edge label. */
720721
LabelReturn return() { any() }
721722

723+
/** Gets the `subclass` edge label. */
722724
LabelSubclass subclass() { any() }
723725

724726
/** Gets the label representing the given keword argument/parameter. */

0 commit comments

Comments
 (0)