mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Include yield of vectors in Broxygen's type descriptions.
BIT-1217 #close
This commit is contained in:
parent
a7746afa0a
commit
3cea6ab1eb
6 changed files with 70 additions and 1 deletions
|
@ -594,6 +594,7 @@ public:
|
|||
bool IsUnspecifiedVector() const;
|
||||
|
||||
void Describe(ODesc* d) const;
|
||||
void DescribeReST(ODesc* d, bool roles_only = false) const;
|
||||
|
||||
protected:
|
||||
VectorType() { yield_type = 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue