aboutsummaryrefslogtreecommitdiff
path: root/editor/actions/editor_actions.mli
diff options
context:
space:
mode:
Diffstat (limited to 'editor/actions/editor_actions.mli')
-rwxr-xr-xeditor/actions/editor_actions.mli10
1 files changed, 4 insertions, 6 deletions
diff --git a/editor/actions/editor_actions.mli b/editor/actions/editor_actions.mli
index 27b09d7..0e9997b 100755
--- a/editor/actions/editor_actions.mli
+++ b/editor/actions/editor_actions.mli
@@ -1,17 +1,15 @@
type t
-(** Create the elements to be declareds inside the panel *)
+(** Create the elements to be declared inside the panel *)
val build
: unit -> t
-(* Get the events triggered by the actions buttons *)
+(** Get the events triggered by the actions buttons *)
val get_event
: t -> State.event Note.event
-(* Finalize the creation, register the handler to state update, and return the dom elements.
+(** Finalize the creation, register the handler to state update, and return the dom elements.
- Raise an error if already completed.
-
-*)
+ Raise an error if already completed. *)
val complete
: t -> State.t Note.signal -> Brr.El.t list