mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Fix some "make doc" warnings and update some doc tests
This commit is contained in:
parent
1e2ba6ebfb
commit
cc7286b628
4 changed files with 4 additions and 5 deletions
|
@ -2163,8 +2163,7 @@ function counts_to_addr%(v: index_vec%): addr
|
|||
##
|
||||
## e: The :bro:type:`enum` to convert.
|
||||
##
|
||||
## Returns: The :bro:type:`enum` as the :bro:type:`int` value that it
|
||||
## to corresponds.
|
||||
## Returns: The :bro:type:`int` value that corresponds to the :bro:type:`enum`.
|
||||
function enum_to_int%(e: any%): int
|
||||
%{
|
||||
if ( e->Type()->Tag() != TYPE_ENUM )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue