Skip to content

Commit

Permalink
Update the overview comment in ast.h
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Jun 10, 2024
1 parent 9f94ecf commit b593f5c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions frontends/ast/ast.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
*/

Expand Down

0 comments on commit b593f5c

Please sign in to comment.