gEDA-dev: [PATCH 2/4] Update doxygen commits for o_selection_add()
Peter TB Brett
peter at peter-b.co.uk
Sun Dec 17 14:31:20 EST 2006
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)
{
More information about the geda-dev
mailing list