diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2000-04-20 10:04:04 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2000-04-20 10:04:04 +0000 |
commit | 422c5fa201ad54c4fede8c2b080b752afa66ef8f (patch) | |
tree | d7de340ee32c63e1fe8927cf369e36119aea79e6 | |
parent | a84423614166381c4c1ab5afb4448f2e0cc152d5 (diff) |
Bug doc
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3114 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 de86506c4..075250052 100644 --- a/otherlibs/graph/graphics.mli +++ b/otherlibs/graph/graphics.mli @@ -129,7 +129,7 @@ val rlineto : x:int -> y:int -> unit current point translated of the given vector, and move the current point to this point. *) external draw_rect : x:int -> y:int -> w:int -> h:int -> unit = "gr_draw_rect" - (* [fill_rect x y w h] draws the rectangle with lower left corner + (* [draw_rect x y w h] draws the rectangle with lower left corner at [x,y], width [w] and height [h]. The current point is unchanged. *) external draw_arc : |