Skip to content

Commit

Permalink
Generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeek-bot committed Apr 26, 2024
1 parent 0dad81c commit 638aede
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/base/utils/conn-ids.zeek.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Detailed Interface
Functions
#########
.. zeek:id:: directed_id_string
:source-code: base/utils/conn-ids.zeek 35 38
:source-code: base/utils/conn-ids.zeek 39 42

:Type: :zeek:type:`function` (id: :zeek:type:`conn_id`, is_orig: :zeek:type:`bool`) : :zeek:type:`string`

Calls :zeek:id:`id_string` or :zeek:id:`reverse_id_string` if the
second argument is T or F, respectively.

.. zeek:id:: id_string
:source-code: base/utils/conn-ids.zeek 21 26
:source-code: base/utils/conn-ids.zeek 25 30

:Type: :zeek:type:`function` (id: :zeek:type:`conn_id`) : :zeek:type:`string`

Expand All @@ -46,7 +46,7 @@ Functions
on the left to the responder on the right.

.. zeek:id:: reverse_id_string
:source-code: base/utils/conn-ids.zeek 28 33
:source-code: base/utils/conn-ids.zeek 32 37

:Type: :zeek:type:`function` (id: :zeek:type:`conn_id`) : :zeek:type:`string`

Expand Down

0 comments on commit 638aede

Please sign in to comment.