zeek/testing/btest/doc/record-attr-check.bro
Jon Siwek 98dcfc64a8 Broxygen doc-related test updates. Fix two regressions.
- Fix automatic function parameter documentation formatting for
  record fields that are functions.

- Document redefs in a fixed order.
2013-11-22 14:18:24 -06:00

9 lines
121 B
Text

# @TEST-EXEC: bro -b %INPUT
type Tag: enum {
SOMETHING
};
type R: record {
field1: set[Tag] &default=set();
};