Update doxygen commits for o_selection_add()

 libgeda/src/o_selection.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/libgeda/src/o_selection.c b/libgeda/src/o_selection.c
index 20df860..ece8f3b 100644
--- a/libgeda/src/o_selection.c
+++ b/libgeda/src/o_selection.c
@@ -49,9 +49,8 @@
 /*! \brief Selects the given object and adds it to the selection list
  *  \par Selects the given object and does the needed work to make the
  *  object visually selected.
- *  \param [in] head Selection list
+ *  \param [in] head Pointer to the selection list
  *  \param [in] o_selected Object to select.
- *  \returns a pointer to the selection list, with the object added.
  */
 void o_selection_add(GList **head, OBJECT *o_selected)
 {


_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to