mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Added a documentation comment for the Input::Event type
This commit is contained in:
parent
35241fc1f1
commit
d1ed09bddb
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
module Input;
|
||||
|
||||
export {
|
||||
## Type that describes what kind of change occurred.
|
||||
type Event: enum {
|
||||
## New data has been imported.
|
||||
EVENT_NEW = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue