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

gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-350-g6e5b34f)



The branch, master has been updated
       via  6e5b34f6b333158481c67a031353cb8a8b4ba7e3 (commit)
      from  33b897881891a4a7bce7fab0db73f4923d701cbd (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/s_page.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


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

commit 6e5b34f6b333158481c67a031353cb8a8b4ba7e3
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Tue Dec 9 13:56:19 2008 +0000

    libgeda: Add doxygen comment for s_page_append()

:100644 100644 ddea630... 4c87932... M	libgeda/src/s_page.c

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

commit 6e5b34f6b333158481c67a031353cb8a8b4ba7e3
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Tue Dec 9 13:56:19 2008 +0000

    libgeda: Add doxygen comment for s_page_append()

diff --git a/libgeda/src/s_page.c b/libgeda/src/s_page.c
index ddea630..4c87932 100644
--- a/libgeda/src/s_page.c
+++ b/libgeda/src/s_page.c
@@ -512,6 +512,15 @@ gint s_page_autosave (TOPLEVEL *toplevel)
   return toplevel->auto_save_interval;
 }
 
+/*! \brief Append an OBJECT to the PAGE
+ *
+ *  \par Function Description
+ *  Links the passed OBJECT to the end of the PAGE's
+ *  linked list of objects.
+ *
+ *  \param [in] page    The PAGE the object is being added to.
+ *  \param [in] object  The OBJECT being added to the page.
+ */
 void s_page_append (PAGE *page, OBJECT *object)
 {
   page->object_tail = s_basic_link_object(object, page->object_tail);




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