Skip to content
Snippets Groups Projects
Commit e6f903ca authored by Allan Blanchard's avatar Allan Blanchard Committed by Virgile Prevosto
Browse files

Add FC version info in odoc's comment

parent ce456101
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,9 @@ val logicCType : logic_type -> typ
(** transforms an array into pointer. *)
val array_to_ptr : logic_type -> logic_type
(** removes qualifiers if logic_type is a C type, identity otherwise. *)
(** removes qualifiers if logic_type is a C type, identity otherwise.
@since Frama-C+dev
*)
val logic_type_remove_qualifiers: logic_type -> logic_type
(** C type to logic type, with implicit conversion for arithmetic types.
......
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