mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Improve Zeekygen output for long attribute expressions
Long inline-literals often don't wrap pleasantly in HTML renders and we had a few &default or &deprecated attributes whose expressions evaluate to a value long enough to warrant different formatting or even truncation.
This commit is contained in:
parent
c5c688054c
commit
c03ef308c9
6 changed files with 43 additions and 15 deletions
|
@ -412,7 +412,7 @@ void ID::DescribeReSTShort(ODesc* d) const
|
|||
if ( attrs )
|
||||
{
|
||||
d->SP();
|
||||
attrs->DescribeReST(d);
|
||||
attrs->DescribeReST(d, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue