mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
GH-172: fix broxygen not merging bif and script identifier comments
Fixes GH-172
This commit is contained in:
parent
12f3ab303b
commit
6eee5ded61
6 changed files with 15 additions and 7 deletions
|
@ -36,7 +36,7 @@ Types
|
|||
========================================================== ===================================================================
|
||||
:bro:type:`Input::AnalysisDescription`: :bro:type:`record` A file analysis input stream type used to forward input data to the
|
||||
file analysis framework.
|
||||
:bro:type:`Input::Event`: :bro:type:`enum`
|
||||
:bro:type:`Input::Event`: :bro:type:`enum` Type that describes what kind of change occurred.
|
||||
:bro:type:`Input::EventDescription`: :bro:type:`record` An event input stream type used to send input data to a Bro event.
|
||||
:bro:type:`Input::Mode`: :bro:type:`enum` Type that defines the input stream read mode.
|
||||
:bro:type:`Input::TableDescription`: :bro:type:`record` A table input stream type used to send data to a Bro table.
|
||||
|
@ -182,6 +182,7 @@ Types
|
|||
|
||||
Previously existing data has been removed.
|
||||
|
||||
Type that describes what kind of change occurred.
|
||||
|
||||
.. bro:type:: Input::EventDescription
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue