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

The default value of an ID is now truly the one used to initialize it, unaltered by any subsequent redefs. Redefs are now shown separately, along with the expression that modifies the ID's value.
36 lines
564 B
ReStructuredText
36 lines
564 B
ReStructuredText
.. zeek:id:: test_vector0
|
|
|
|
:Type: :zeek:type:`vector` of :zeek:type:`string`
|
|
:Default:
|
|
|
|
::
|
|
|
|
[]
|
|
|
|
|
|
Yield type is documented/cross-referenced for primitize types.
|
|
|
|
.. zeek:id:: test_vector1
|
|
|
|
:Type: :zeek:type:`vector` of :zeek:type:`TestRecord`
|
|
:Default:
|
|
|
|
::
|
|
|
|
[]
|
|
|
|
|
|
Yield type is documented/cross-referenced for composite types.
|
|
|
|
.. zeek:id:: test_vector2
|
|
|
|
:Type: :zeek:type:`vector` of :zeek:type:`vector` of :zeek:type:`TestRecord`
|
|
:Default:
|
|
|
|
::
|
|
|
|
[]
|
|
|
|
|
|
Just showing an even fancier yield type.
|
|
|