From 6000c18c241abb6289d88670316f1668db9e4384 Mon Sep 17 00:00:00 2001 From: Asger F Date: Fri, 12 Jun 2026 16:48:25 +0200 Subject: [PATCH] Unified: also QLDoc for unified.qll --- unified/ql/lib/unified.qll | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unified/ql/lib/unified.qll b/unified/ql/lib/unified.qll index 5b073290acf..4f7387ef8f1 100644 --- a/unified/ql/lib/unified.qll +++ b/unified/ql/lib/unified.qll @@ -1,3 +1,7 @@ +/** + * Provides classes for working with the AST, as well as files and locations. + */ + import codeql.Locations import codeql.files.FileSystem import codeql.unified.Ast::Unified