diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1995-11-06 15:21:38 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1995-11-06 15:21:38 +0000 |
commit | 713b8379689c85d7e6fdbd537e78d35dbc802e97 (patch) | |
tree | a355312a51f46856b64ca52ab1b1d60aedfb583e | |
parent | c935989e32fbc6609d2841884e89fb794a2d0bbf (diff) |
Doc mal formee.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@412 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | otherlibs/graph/graphics.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/graph/graphics.mli b/otherlibs/graph/graphics.mli index d1077f655..e66324850 100644 --- a/otherlibs/graph/graphics.mli +++ b/otherlibs/graph/graphics.mli @@ -11,7 +11,7 @@ (* $Id$ *) -(* Machine-independent graphics primitives *) +(* Module [Graphics]: machine-independent graphics primitives *) exception Graphic_failure of string (* Raised by the functions below when they encounter an error. *) |