ast: don't suggest use in external projects

This commit is contained in:
Emil J. Tywoniak 2024-07-18 16:37:14 +02:00
parent 49f547782c
commit 72a0380da8
2 changed files with 7 additions and 5 deletions

View File

@ -20,10 +20,10 @@
*
* 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.
* The AST frontend library is not a frontend on its own but provides an
* abstract syntax tree (AST) abstraction for the open source Verilog frontend
* at frontends/verilog.
*
*
*/

View File

@ -17,7 +17,9 @@
*
* ---
*
* This is support code for the Verilog frontend at frontends/verilog
* The AST frontend library is not a frontend on its own but provides an
* abstract syntax tree (AST) abstraction for the open source Verilog frontend
* at frontends/verilog.
*
*/