[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-185-g46b923e)
The branch, master has been updated
via 46b923ea26b1732c757267e77c514d15912a1514 (commit)
from 5093b71054669254951550f532ee1c6a52ae3ab9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
libgeda/src/o_path_basic.c | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
=================
Commit Messages
=================
commit 46b923ea26b1732c757267e77c514d15912a1514
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Fri Sep 26 01:26:27 2008 +0100
Fixup copy-paste comments in o_path_basic.c
:100644 100644 439d8b2... bba88b1... M libgeda/src/o_path_basic.c
=========
Changes
=========
commit 46b923ea26b1732c757267e77c514d15912a1514
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Fri Sep 26 01:26:27 2008 +0100
Fixup copy-paste comments in o_path_basic.c
diff --git a/libgeda/src/o_path_basic.c b/libgeda/src/o_path_basic.c
index 439d8b2..bba88b1 100644
--- a/libgeda/src/o_path_basic.c
+++ b/libgeda/src/o_path_basic.c
@@ -40,7 +40,7 @@ void (*path_draw_func)() = NULL;
* The path is described by its two ends - <B>x1</B>,<B>y1</B> and
* <B>x2</B>,<B>y2</B>.
* The <B>type</B> parameter must be equal to #OBJ_PATH.
- * The <B>color</B> parameter corresponds to the color the box
+ * The <B>color</B> parameter corresponds to the color the path
* will be drawn with.
*
* The #OBJECT structure is allocated with the
@@ -144,7 +144,8 @@ OBJECT *o_path_copy (TOPLEVEL *toplevel, OBJECT *list_tail, OBJECT *o_current)
/*! \brief Create path OBJECT from character string.
* \par Function Description
* This function creates a path OBJECT from the character string
- * <B>*buf</B> the description of a box. The new box is added to the
+ * <B>*buf</B> and a number of lines following that describing the
+ * path, read from <B>*tb</B>. The new path is added to the
* list of objects of which <B>*object_list</B> is the last element
* before the call.
* The function returns a pointer on the new last element, that is
@@ -239,11 +240,9 @@ OBJECT *o_path_read (TOPLEVEL *toplevel, OBJECT *object_list,
/*! \brief Create a character string representation of a path OBJECT.
* \par Function Description
* The function formats a string in the buffer <B>*buff</B> to describe
- * the box object <B>*object</B>.
- * It follows the post-20000704 release file format that handle the
- * path type and fill options - filling is irrelevant here.
+ * the path object <B>*object</B>.
*
- * \param [in] object Line OBJECT to create string from.
+ * \param [in] object path OBJECT to create string from.
* \return A pointer to the path OBJECT character string.
*
* \note
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs