Ruby: More QLDoc police

This commit is contained in:
Asger F
2022-09-13 10:56:18 +02:00
parent 7737e75427
commit e47deaffbf
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ class TypeTrackerContent extends OptionalTypeTrackerContent {
TypeTrackerContent() { this != "" }
}
/** The content string representing no value. */
/** Gets the content string representing no value. */
OptionalTypeTrackerContent noContent() { result = "" }
/** A content set, which is currently just a singleton set for Python. */

View File

@@ -167,8 +167,8 @@ predicate basicStoreStep(Node nodeFrom, Node nodeTo, TypeTrackerContentSet conte
}
/**
* A `content`-store step from `nodeFrom -> nodeTo` where the destination node is a post-update
* node that should be treated as a local source node.
* Holds if a store step `nodeFrom -> nodeTo` with `contents` exists, where the destination node
* is a post-update node that should be treated as a local source node.
*/
predicate postUpdateStoreStep(Node nodeFrom, Node nodeTo, TypeTrackerContentSet contents) {
// TODO: support SetterMethodCall inside TuplePattern