]> xenbits.xensource.com Git - people/jgross/xen.git/commitdiff
tools/ocaml/libs/xc: Fix ambiguous documentation comment
authorEdwin Török <edvin.torok@citrix.com>
Mon, 17 Aug 2020 18:45:44 +0000 (19:45 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 18 Aug 2020 16:34:50 +0000 (17:34 +0100)
Signed-off-by: Edwin Török <edvin.torok@citrix.com>
Acked-by: Christian Lindig <christian.lindig@citrix.com>
tools/ocaml/libs/xc/xenctrl.mli

index 26ec7e59b131555a1749e7361d287454bf6af165..f7f6ec570dfeaaa963cf67d29104d35cdb79d7d5 100644 (file)
@@ -132,8 +132,10 @@ external interface_close : handle -> unit = "stub_xc_interface_close"
  * interface_open and interface_close or with_intf although mixing both
  * is possible *)
 val with_intf : (handle -> 'a) -> 'a
+
 (** [get_handle] returns the global handle used by [with_intf] *)
 val get_handle: unit -> handle option
+
 (** [close handle] closes the handle maintained by [with_intf]. This
  * should only be closed before process exit. It must not be called from
  * a function called directly or indirectly by with_intf as this