Skip to content
Snippets Groups Projects
Commit e3dee0ab authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

Add missing `@since` tag in new function's odoc

parent b4c9716e
No related branches found
No related tags found
No related merge requests found
......@@ -348,7 +348,9 @@ sig
val iter_stmt : (Cil_types.stmt -> state -> unit) -> result -> unit
(** Same as [iter_stmt] but guarantee that the iteration will always
be in the same increasing order of statements sid *)
be in the same increasing order of statements sid.
@since Frama-C+dev *)
val iter_stmt_asc : (Cil_types.stmt -> state -> unit) -> result -> unit
(** Output result to the given channel. Must be supplied with a pretty
......
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