mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Fix Broxygen's rendering of opaque types.
BIT-1245 #close
This commit is contained in:
parent
ff33789f6a
commit
3caecadf0a
4 changed files with 11 additions and 1 deletions
|
@ -534,6 +534,7 @@ public:
|
|||
const string& Name() const { return name; }
|
||||
|
||||
void Describe(ODesc* d) const;
|
||||
void DescribeReST(ODesc* d, bool roles_only = false) const;
|
||||
|
||||
protected:
|
||||
OpaqueType() { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue