mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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;
|
module Input;
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
## Type that describes what kind of change occurred.
|
||||||
type Event: enum {
|
type Event: enum {
|
||||||
## New data has been imported.
|
## New data has been imported.
|
||||||
EVENT_NEW = 0,
|
EVENT_NEW = 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue