Update the overview comment in `ast.h`

This commit is contained in:
Martin Povišer 2024-06-10 15:51:43 +02:00
parent 9f94ecf4ed
commit b593f5c01c
1 changed files with 1 additions and 6 deletions

View File

@ -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
*
*/