mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
disambiguate descriptions of enums; include attributes when describing records
This commit is contained in:
parent
d5e6d8e249
commit
ef3eaed3fb
11 changed files with 48 additions and 20 deletions
|
@ -708,6 +708,7 @@ public:
|
|||
// will be fully qualified with their module name.
|
||||
enum_name_list Names() const;
|
||||
|
||||
void Describe(ODesc* d) const override;
|
||||
void DescribeReST(ODesc* d, bool roles_only = false) const override;
|
||||
|
||||
const EnumValPtr& GetEnumVal(bro_int_t i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue