[OCaml] Documentation improvements.
[oota-llvm.git] / bindings / ocaml / executionengine / llvm_executionengine.mli
index 16f08930a75b905983d97765ead59818aa90227c..74a606287f427ea34946e93619aa2596751e7674 100644 (file)
@@ -151,4 +151,6 @@ module ExecutionEngine: sig
   val data_layout : t -> Llvm_target.DataLayout.t
 end
 
+(** [initialize_native_target ()] initializes the native target corresponding
+    to the host. Returns [true] if initialization is {b not} done. *)
 val initialize_native_target : unit -> bool