mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Minor Broxygen improvements, addresses BIT-1098.
- Internals: move type alias table to private static BroType member. - Sphinx extension: now uses absolute path to bro binary. - reST ouput formatting: remove "param" from function desriptions and change package overview docs so script link+summaries render consistently.
This commit is contained in:
parent
574018f478
commit
dedc39d784
14 changed files with 53 additions and 27 deletions
|
@ -179,7 +179,7 @@ static attr_list* copy_attr_list(attr_list* al)
|
|||
|
||||
static void extend_record(ID* id, type_decl_list* fields, attr_list* attrs)
|
||||
{
|
||||
set<BroType*> types = type_aliases[id->Name()];
|
||||
set<BroType*> types = BroType::GetAliases(id->Name());
|
||||
|
||||
if ( types.empty() )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue