summaryrefslogtreecommitdiff
path: root/editor/forms/events.ml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/forms/events.ml')
-rwxr-xr-xeditor/forms/events.ml5
1 files changed, 4 insertions, 1 deletions
diff --git a/editor/forms/events.ml b/editor/forms/events.ml
index a88aa76..28780d9 100755
--- a/editor/forms/events.ml
+++ b/editor/forms/events.ml
@@ -8,5 +8,8 @@ end
type event = Event : 'a * (module Handler with type t = 'a) -> event
-(** The signal has to be log in order to be completely working *)
+(* The type is both the form handler, the form value, and the HTML element
+ which contains the form.
+
+ The signal has to be log in order to be completely working. *)
type t = event Note.signal * Brr.El.t