mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00

- Internals: move type alias table to private static BroType member. - Sphinx extension: now uses absolute path to bro binary. - reST ouput formatting: remove "param" from function desriptions and change package overview docs so script link+summaries render consistently.
30 lines
563 B
ReStructuredText
30 lines
563 B
ReStructuredText
.. bro:id:: test_func_params_func
|
|
|
|
:Type: :bro:type:`function` (i: :bro:type:`int`, j: :bro:type:`int`) : :bro:type:`string`
|
|
|
|
This is a global function declaration.
|
|
|
|
|
|
:i: First param.
|
|
|
|
:j: Second param.
|
|
|
|
|
|
:returns: A string.
|
|
|
|
.. bro:type:: test_func_params_rec
|
|
|
|
:Type: :bro:type:`record`
|
|
|
|
field_func: :bro:type:`function` (i: :bro:type:`int`, j: :bro:type:`int`) : :bro:type:`string`
|
|
This is a record field function.
|
|
|
|
|
|
:i: First param.
|
|
|
|
:j: Second param.
|
|
|
|
|
|
:returns: A string.
|
|
|
|
|