From d1ed09bddbd5b4b84cd53127e8d82ef2c822d787 Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Wed, 5 Sep 2018 22:26:33 -0500 Subject: [PATCH] Added a documentation comment for the Input::Event type --- scripts/base/frameworks/input/main.bro | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/base/frameworks/input/main.bro b/scripts/base/frameworks/input/main.bro index e5676002d4..0839602a7a 100644 --- a/scripts/base/frameworks/input/main.bro +++ b/scripts/base/frameworks/input/main.bro @@ -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,