ajout cross ref dans un commentaire

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6166 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Maxence Guesdon 2004-03-22 15:59:22 +00:00
parent 1e13797163
commit 90f3ac484a
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ val sscanf : string -> ('a, Scanning.scanbuf, 'b) format -> 'a -> 'b;;
val scanf : ('a, Scanning.scanbuf, 'b) format -> 'a -> 'b;;
(** Same as {!Scanf.bscanf}, but reads from the predefined scanning
buffer [Scanning.stdib] that is connected to [stdin]. *)
buffer {!Scanf.Scanning.stdib} that is connected to [stdin]. *)
val kscanf :
Scanning.scanbuf -> (Scanning.scanbuf -> exn -> 'a) ->