search for: 2be3b7e

Displaying 2 results from an estimated 2 matches for "2be3b7e".

Did you mean: 2b93b6e
2015 Sep 30
0
[PATCH 2/2] ocaml: Improve ocamldoc.
...the object-oriented API. - Use a common function to generate the doc for module and OO APIs. --- generator/ocaml.ml | 84 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 49 insertions(+), 35 deletions(-) diff --git a/generator/ocaml.ml b/generator/ocaml.ml index 465df3c..2be3b7e 100644 --- a/generator/ocaml.ml +++ b/generator/ocaml.ml @@ -60,6 +60,8 @@ let rec generate_ocaml_mli () = (see the end of this file and {!guestfs}) which is functionally completely equivalent, but is more compact. *) +(** {3 Handles} *) + type t (** A [guestfs_h] handle. *) @@ -88,...
2015 Sep 30
3
[PATCH 1/2] ocaml: Use ocamlfind to run ocamldoc.
Using 'ocamlfind ocamldoc' is much faster than running 'ocamldoc' directly, because ocamlfind will run the native code program 'ocamldoc.opt' if it is available. This change approximately halves the time taken to compile the ocaml bindings. --- ocaml/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index