summaryrefslogtreecommitdiffstats
path: root/stdlib
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2012-03-13 16:11:07 +0000
committerDamien Doligez <damien.doligez-inria.fr>2012-03-13 16:11:07 +0000
commit2d5764e00d2448395a566ff97c2d897ab0c1488f (patch)
treedc19c23bab4ba24e3fc88cac123f8a6bf780a8ed /stdlib
parent4e5eb94ed9822d5d6051b11ce3bb2c83450cbdce (diff)
PR#4292, point 8: bad placement of section header
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12231 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/scanf.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/scanf.mli b/stdlib/scanf.mli
index 8ac7ee260..c147f7a04 100644
--- a/stdlib/scanf.mli
+++ b/stdlib/scanf.mli
@@ -79,10 +79,11 @@
facility is fully type-checked at compile time. *)
(** {6 Formatted input channel} *)
+
module Scanning : sig
type in_channel;;
-(* The notion of input channel for the [Scanf] module:
+(** The notion of input channel for the [Scanf] module:
those channels provide all the machinery necessary to read from a given
[Pervasives.in_channel] value.
A [Scanf.Scanning.in_channel] value is also called a {i formatted input