forked from ben-marshall/verilog-parser
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding linked list data structures to the documentaiton.
On branch master Your branch is up-to-date with 'github/master'. Changes to be committed: new file: ../docs/ast-utility.dox modified: ../src/verilog_ast_common.h
- Loading branch information
1 parent
dfcbd82
commit a1eab30
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/*! | ||
@defgroup ast-utility AST Utility Functions | ||
@ingroup ast | ||
|
||
@brief Contains utility data structures and functions which are used to | ||
help represent portions of the AST, but which are not specific to a | ||
particular node. | ||
|
||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters