1
0
mirror of synced 2026-04-05 06:11:11 +00:00

Merge pull request #4440 from povik/ast-api-comment

Update stale top comment in `ast.h`
This commit is contained in:
Martin Povišer
2024-06-10 18:14:05 +02:00
committed by GitHub

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