summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpierreweis <Pierre.Weis@inria.fr>2015-11-12 18:37:52 +0100
committerpierreweis <Pierre.Weis@inria.fr>2015-11-12 18:37:52 +0100
commitdcaa6946e7f32a24197b2b8b2a50ed54e038092a (patch)
tree81694e8386eb748dba54df27c651b18f55a33473
parent97cfe7d88231029464596fb4c38cc2c677c029ed (diff)
downloadocaml-dcaa6946e7f32a24197b2b8b2a50ed54e038092a.tar.gz
Adding a tag for depecated tabbing boxes.
-rw-r--r--stdlib/format.mli50
1 files changed, 20 insertions, 30 deletions
diff --git a/stdlib/format.mli b/stdlib/format.mli
index ddbd076986..1092a2fb21 100644
--- a/stdlib/format.mli
+++ b/stdlib/format.mli
@@ -762,51 +762,41 @@ val pp_get_all_formatter_output_functions :
(** Tabulation boxes are deprecated. *)
val pp_open_tbox : formatter -> unit -> unit
-(** @deprecated
- @since 4.03.0
-*)
+[@@ocaml.deprecated "Tabulation boxes are not supported any more."]
+(** @deprecated since 4.03.0 *)
val pp_close_tbox : formatter -> unit -> unit
-(** @deprecated
- @since 4.03.0
-*)
+[@@ocaml.deprecated "Tabulation boxes are not supported any more."]
+(** @deprecated since 4.03.0 *)
val pp_print_tbreak : formatter -> int -> int -> unit
-(** @deprecated
- @since 4.03.0
-*)
+[@@ocaml.deprecated "Tabulation boxes are not supported any more."]
+(** @deprecated since 4.03.0 *)
val pp_set_tab : formatter -> unit -> unit
-(** @deprecated
- @since 4.03.0
-*)
+[@@ocaml.deprecated "Tabulation boxes are not supported any more."]
+(** @deprecated since 4.03.0 *)
val pp_print_tab : formatter -> unit -> unit
-(** @deprecated
- @since 4.03.0
-*)
+[@@ocaml.deprecated "Tabulation boxes are not supported any more."]
+(** @deprecated since 4.03.0 *)
val open_tbox : unit -> unit
-(** @deprecated
- @since 4.03.0
-*)
+[@@ocaml.deprecated "Tabulation boxes are not supported any more."]
+(** @deprecated since 4.03.0 *)
val close_tbox : unit -> unit
-(** @deprecated
- @since 4.03.0
-*)
+[@@ocaml.deprecated "Tabulation boxes are not supported any more."]
+(** @deprecated since 4.03.0 *)
val print_tbreak : int -> int -> unit
-(** @deprecated
- @since 4.03.0
-*)
+[@@ocaml.deprecated "Tabulation boxes are not supported any more."]
+(** @deprecated since 4.03.0 *)
val set_tab : unit -> unit
-(** @deprecated
- @since 4.03.0
-*)
+[@@ocaml.deprecated "Tabulation boxes are not supported any more."]
+(** @deprecated since 4.03.0 *)
val print_tab : unit -> unit
-(** @deprecated
- @since 4.03.0
-*)
+[@@ocaml.deprecated "Tabulation boxes are not supported any more."]
+(** @deprecated since 4.03.0 *)