From b593f5c01ce993a16fbba8197d85b58993302239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Povi=C5=A1er?= Date: Mon, 10 Jun 2024 15:51:43 +0200 Subject: [PATCH] Update the overview comment in `ast.h` --- frontends/ast/ast.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/frontends/ast/ast.h b/frontends/ast/ast.h index f05b568be22..59a393e080e 100644 --- a/frontends/ast/ast.h +++ b/frontends/ast/ast.h @@ -17,12 +17,7 @@ * * --- * - * This is the AST frontend library. - * - * The AST frontend library is not a frontend on it's own but provides a - * generic abstract syntax tree (AST) abstraction for HDL code and can be - * used by HDL frontends. See "ast.h" for an overview of the API and the - * Verilog frontend for an usage example. + * This is support code for the Verilog frontend at frontends/verilog * */