diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2000-01-26 18:36:45 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2000-01-26 18:36:45 +0000 |
commit | 0c1763f75a718e1b9afb99ec386c0cf7aa9601ae (patch) | |
tree | 94104fa432f25d011342bf7044f58e5d0080e4b2 | |
parent | 546137e2b0cc60b203877e4c0ab88a049175a750 (diff) |
Détail de documentation.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2769 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | stdlib/format.mli | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stdlib/format.mli b/stdlib/format.mli index 08e6dc314..964c879c1 100644 --- a/stdlib/format.mli +++ b/stdlib/format.mli @@ -391,9 +391,11 @@ val fprintf : formatter -> ('a, formatter, unit) format -> 'a;; an ``horizontal-vertical'' box, or an ``horizontal or vertical'' box ([b] standing for an ``horizontal or vertical'' box demonstrating indentation and [hov] standing - for a regular``horizontal or vertical'' box). + for a regular``horizontal or vertical'' box). For instance, [@\[<hov 2>] opens an ``horizontal or vertical'' - box with indentation 2. + box with indentation 2 as obtained with [open_hovbox 2]. + For more details about boxes, see the various box opening + functions [open_*box]. - [@\]]: close the most recently opened pretty-printing box. - [@,]: output a good break as with [print_cut ()]. - [@ ]: output a space, as with [print_space ()]. |