diff options
author | Maxence Guesdon <maxence.guesdon@inria.fr> | 2004-03-22 15:59:22 +0000 |
---|---|---|
committer | Maxence Guesdon <maxence.guesdon@inria.fr> | 2004-03-22 15:59:22 +0000 |
commit | 90f3ac484a6bcdb8f8eb6c83cce0691398b5ec95 (patch) | |
tree | 9f547b08c22ce8d2280bc8ac9157e4c13a27db8b | |
parent | 1e137971631989e4f7552b36523461cffd474599 (diff) |
ajout cross ref dans un commentaire
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6166 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | stdlib/scanf.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/scanf.mli b/stdlib/scanf.mli index f981345ce..09753cdbc 100644 --- a/stdlib/scanf.mli +++ b/stdlib/scanf.mli @@ -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) -> |