mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
30 lines
574 B
ReStructuredText
30 lines
574 B
ReStructuredText
.. zeek:id:: test_func_params_func
|
|
|
|
:Type: :zeek:type:`function` (i: :zeek:type:`int`, j: :zeek:type:`int`) : :zeek:type:`string`
|
|
|
|
This is a global function declaration.
|
|
|
|
|
|
:i: First param.
|
|
|
|
:j: Second param.
|
|
|
|
|
|
:returns: A string.
|
|
|
|
.. zeek:type:: test_func_params_rec
|
|
|
|
:Type: :zeek:type:`record`
|
|
|
|
field_func: :zeek:type:`function` (i: :zeek:type:`int`, j: :zeek:type:`int`) : :zeek:type:`string`
|
|
This is a record field function.
|
|
|
|
|
|
:i: First param.
|
|
|
|
:j: Second param.
|
|
|
|
|
|
:returns: A string.
|
|
|
|
|