mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Revising format of initialization values in generated script docs.
Fixed the obvious things: reduced the space taken up by empty tables and allowed record values to span multiple lines (one for each record field).
This commit is contained in:
parent
2d17ca0942
commit
758172120b
3 changed files with 59 additions and 19 deletions
|
@ -313,7 +313,7 @@ public:
|
|||
}
|
||||
|
||||
void Describe(ODesc* d) const;
|
||||
void DescribeReST(ODesc* d) const;
|
||||
virtual void DescribeReST(ODesc* d) const;
|
||||
|
||||
bool Serialize(SerialInfo* info) const;
|
||||
static Val* Unserialize(UnserialInfo* info, TypeTag type = TYPE_ANY)
|
||||
|
@ -904,6 +904,7 @@ public:
|
|||
BroObj* GetOrigin() const { return origin; }
|
||||
|
||||
unsigned int MemoryAllocation() const;
|
||||
void DescribeReST(ODesc* d) const;
|
||||
|
||||
protected:
|
||||
friend class Val;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue