mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Merge remote-tracking branch 'origin/master' into topic/johanna/remove-deprecated-functions-events
This commit is contained in:
commit
4c19e60488
90 changed files with 719 additions and 580 deletions
|
@ -12,7 +12,7 @@
|
|||
#include "Serializer.h"
|
||||
#include "Scope.h"
|
||||
#include "Traverse.h"
|
||||
#include "zeexygen/Manager.h"
|
||||
#include "zeekygen/Manager.h"
|
||||
|
||||
ID::ID(const char* arg_name, IDScope arg_scope, bool arg_is_export)
|
||||
{
|
||||
|
@ -632,7 +632,7 @@ void ID::DescribeReSTShort(ODesc* d) const
|
|||
if ( is_type )
|
||||
d->Add(type_name(t));
|
||||
else
|
||||
d->Add(zeexygen_mgr->GetEnumTypeName(Name()).c_str());
|
||||
d->Add(zeekygen_mgr->GetEnumTypeName(Name()).c_str());
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue