Include yield of vectors in Broxygen's type descriptions.

BIT-1217 #close
This commit is contained in:
Jon Siwek 2014-07-10 19:17:37 -05:00
parent a7746afa0a
commit 3cea6ab1eb
6 changed files with 70 additions and 1 deletions

View file

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