.. Automatically generated. Do not edit. autogen-reST-func-params.bro ============================ :download:`Original Source File ` Overview -------- Summary ~~~~~~~ Types ##### ======================================== = :bro:type:`test_rec`: :bro:type:`record` ======================================== = Functions ######### ===================================== ====================================== :bro:id:`test_func`: :bro:type:`func` This is a global function declaration. ===================================== ====================================== Public Interface ---------------- Types ~~~~~ .. bro:type:: test_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. :param i: First param. :param j: Second param. :returns: A string. Functions ~~~~~~~~~ .. bro:id:: test_func :Type: :bro:type:`function` (i: :bro:type:`int`, j: :bro:type:`int`) : :bro:type:`string` This is a global function declaration. :param i: First param. :param j: Second param. :returns: A string.