mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Flesh out Broxygen doc-gathering skeleton.
This commit is contained in:
parent
47d7d9047b
commit
f18436640e
15 changed files with 669 additions and 126 deletions
|
@ -1039,7 +1039,9 @@ decl:
|
|||
extend_record($3, $8, $11);
|
||||
}
|
||||
|
||||
| TOK_TYPE global_id ':' { cur_decl_type_id = $2; } type opt_attr ';'
|
||||
| TOK_TYPE global_id ':'
|
||||
{ cur_decl_type_id = $2; broxygen_mgr->StartType($2); }
|
||||
type opt_attr ';'
|
||||
{
|
||||
cur_decl_type_id = 0;
|
||||
add_type($2, $5, $6);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue