From a6ca87ff853aa9726616e9026b536f20ea4c7e40 Mon Sep 17 00:00:00 2001 From: Bert Timmerman Date: Thu, 29 Dec 2011 15:52:34 +0100 Subject: [PATCH 1/1] src/clip.c: Converted plain comments into doxygen comments. --- src/clip.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/clip.c b/src/clip.c index e4fef34..f0cbe01 100644 --- a/src/clip.c +++ b/src/clip.c @@ -43,9 +43,12 @@ #include #endif -/* Clip the line to the clipBox - * return true if something to be drawn - * false if the whole thing is clipped +/*! + * \brief Clip the line to the clipBox. + * + * Clip X,Y to the given bounding box, plus a margin. + * Return true if something is left to be drawn, false if the whole + * thing is clipped. */ bool ClipLine (double minx, double miny, double maxx, double maxy, -- 1.7.3.4