[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.2-20090328-115-gdf2be17)



The branch, master has been updated
       via  df2be174a44a92c80e5e44bd3d83c69ce7508776 (commit)
      from  8cb318276281c1eacb9dc5246ed5b338839a55d8 (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_attrib.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


=================
 Commit Messages
=================

commit df2be174a44a92c80e5e44bd3d83c69ce7508776
Author: Kai-Martin Knaak <kmk@xxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    libgeda: Improve comments in o_attrib.c.

:100644 100644 a550126... 117ff91... M	libgeda/src/o_attrib.c

=========
 Changes
=========

commit df2be174a44a92c80e5e44bd3d83c69ce7508776
Author: Kai-Martin Knaak <kmk@xxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    libgeda: Improve comments in o_attrib.c.

diff --git a/libgeda/src/o_attrib.c b/libgeda/src/o_attrib.c
index a550126..117ff91 100644
--- a/libgeda/src/o_attrib.c
+++ b/libgeda/src/o_attrib.c
@@ -65,7 +65,7 @@
  *  \param [in]  toplevel   The TOPLEVEL object.
  *  \param [in]  object     The OBJECT we're adding the attribute to.
  *  \param [in]  item       The item you want to add as an attribute.
- *  \return The new head of the attributes list.
+ *  \return nothing.
  */
 void o_attrib_add(TOPLEVEL *toplevel, OBJECT *object, OBJECT *item)
 {
@@ -449,7 +449,7 @@ GList *o_attrib_find_floating_attribs (const GList *list)
 }
 
 
-/*! \brief Search for attibute by name.
+/*! \brief Find an attribute in a list.
  *  \par Function Description
  *  Search for attribute by name.
  *
@@ -491,7 +491,7 @@ static OBJECT *o_attrib_find_attrib_by_name (const GList *list, char *name, int
 }
 
 
-/*! \brief Search for attibute by name.
+/*! \brief Search attribute list by name.
  *  \par Function Description
  *  Search for attribute by name.
  *
@@ -501,7 +501,7 @@ static OBJECT *o_attrib_find_attrib_by_name (const GList *list, char *name, int
  *  \param [in] list     GList of attributes to search.
  *  \param [in] name     Character string with attribute name to search for.
  *  \param [in] counter  Which occurance to return.
- *  \return The n'th attribute object in the given list with the given name.
+ *  \return Character string with attribute value, NULL otherwise.
  */
 static char *o_attrib_search_attrib_list_by_name (const GList *list, char *name, int counter)
 {
@@ -517,7 +517,7 @@ static char *o_attrib_search_attrib_list_by_name (const GList *list, char *name,
 }
 
 
-/*! \brief Search for attibute by name.
+/*! \brief Search floating attribute by name.
  *  \par Function Description
  *  Search for attribute by name.
  *
@@ -545,7 +545,7 @@ char *o_attrib_search_floating_attribs_by_name (const GList *list, char *name, i
 }
 
 
-/*! \brief Search for attibute by name.
+/*! \brief Search attached attributes by name.
  *  \par Function Description
  *  Search for attribute by name.
  *
@@ -566,7 +566,7 @@ char *o_attrib_search_attached_attribs_by_name (OBJECT *object, char *name, int
 }
 
 
-/*! \brief Search for attibute by name.
+/*! \brief Search inherited attribute by name.
  *  \par Function Description
  *  Search for attribute by name.
  *
@@ -590,14 +590,14 @@ char *o_attrib_search_inherited_attribs_by_name (OBJECT *object, char *name, int
 }
 
 
-/*! \brief Search for attibute by name.
+/*! \brief Search attributes of object by name.
  *  \par Function Description
  *  Search for attribute by name.
  *
  *  Counter is the n'th occurance of the attribute, and starts searching
  *  from zero.  Zero is the first occurance of an attribute.
  *
- *  \param [in] list     OBJECT whos attributes to search.
+ *  \param [in] object   OBJECT who's attributes to search.
  *  \param [in] name     Character string with attribute name to search for.
  *  \param [in] counter  Which occurance to return.
  *  \return Character string with attribute value, NULL otherwise.




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs