Skip to content

Commit b345494

Browse files
committed
unified: Fix qldoc warnings
1 parent b005563 commit b345494

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

unified/ql/lib/codeql/unified/internal/FacadeAst.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module Unified {
88
private import Ast::Unified as G
99
import G
1010

11+
/** The base class for all AST nodes. */
1112
class AstNode extends G::AstNode {
1213
/** Holds if this AST node has a modifier with the given text. */
1314
predicate hasModifier(string text) {
@@ -18,6 +19,7 @@ module Unified {
1819
}
1920
}
2021

22+
/** The base class for all patterns. */
2123
class Pattern extends G::Pattern {
2224
/** Gets the immediately-enclosing pattern in which this is a nested pattern. */
2325
Pattern getEnclosingPattern() {

0 commit comments

Comments
 (0)