mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
33 lines
543 B
ReStructuredText
33 lines
543 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.
|
|
|