mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00

- Fix automatic function parameter documentation formatting for record fields that are functions. - Document redefs in a fixed order.
9 lines
121 B
Text
9 lines
121 B
Text
# @TEST-EXEC: bro -b %INPUT
|
|
|
|
type Tag: enum {
|
|
SOMETHING
|
|
};
|
|
|
|
type R: record {
|
|
field1: set[Tag] &default=set();
|
|
};
|