Skip to content
Snippets Groups Projects
Commit 4d43d9a3 authored by Julien Signoles's avatar Julien Signoles
Browse files

[doc] fix ocamldoc error

parent f1d69481
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,10 @@ open Cil_datatype
exception Unregistered_library_function of string
val mk_call: loc:Location.t -> ?result:lval -> string -> exp list -> stmt
(** @raise Unregistered_library_function *)
(** Call an E-ACSL library function.
@raise Unregistered_library_function if the given string does not represent
such a function or if these functions were never registered (only possible
when using E-ACSL through its API. *)
val mk_debug_mmodel_stmt: stmt -> stmt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment