disambiguate descriptions of enums; include attributes when describing records

This commit is contained in:
Vern Paxson 2021-03-18 10:53:36 -07:00
parent d5e6d8e249
commit ef3eaed3fb
11 changed files with 48 additions and 20 deletions

View file

@ -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);