.. Automatically generated. Do not edit. :tocdepth: 3 autogen-reST-func-params.bro ============================ :Source File: :download:`autogen-reST-func-params.bro` Summary ~~~~~~~ Types ##### ======================================== = :bro:type:`test_rec`: :bro:type:`record` ======================================== = Functions ######### ===================================== ====================================== :bro:id:`test_func`: :bro:type:`func` This is a global function declaration. ===================================== ====================================== Detailed 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.