Fix some "make doc" warnings and update some doc tests

This commit is contained in:
Daniel Thayer 2014-12-01 22:43:17 -06:00
parent 1e2ba6ebfb
commit cc7286b628
4 changed files with 4 additions and 5 deletions

View file

@ -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 )