libxml++ r171 - in trunk: . docs libxml++/nodes



Author: murrayc
Date: Wed Mar 26 16:41:31 2008
New Revision: 171
URL: http://svn.gnome.org/viewvc/libxml++?rev=171&view=rev

Log:
2008-03-26  Murray Cumming  <murrayc murrayc com>

* docs/Makefile.am: Fixed the post-html rule.
* docs/index.html: Corrected some links.
* libxml++/nodes/node.h: Corrected documentation for the new methods 
from the previous commit.

Modified:
   trunk/ChangeLog
   trunk/docs/Makefile.am
   trunk/docs/index.html
   trunk/libxml++/nodes/node.h

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Wed Mar 26 16:41:31 2008
@@ -5,7 +5,7 @@
 include $(top_srcdir)/docs/Makefile_web.am_fragment
 html_docs = reference manual
 
-post-html: reference/@GENERIC_MAJOR_VERSION  @GENERIC_MINOR_VERSION@/html/index.html
+post-html: reference/html/index.html
 	rsync $(rsync_args) -r index.html $$USER shell sourceforge net:$(web_path_project)
 	rsync $(rsync_args) -r $(html_docs) $$USER shell sourceforge net:$(web_path_docs)
 	rsync $(rsync_args) -r ../examples $$USER shell sourceforge net:$(web_path_project)

Modified: trunk/docs/index.html
==============================================================================
--- trunk/docs/index.html	(original)
+++ trunk/docs/index.html	Wed Mar 26 16:41:31 2008
@@ -30,13 +30,13 @@
 </ul>
 
 <h2>Documentation</h2>
-<p>The short <a href="docs/manual/html/index.html">manual</a> gives an overview of the libxml++ API. You can also browse online the <a href="docs/reference/stable/html/hierarchy.html">reference documentation</a>.
+<p>The short <a href="docs/manual/html/index.html">manual</a> gives an overview of the libxml++ API. You can also browse online the <a href="docs/reference/html/hierarchy.html">reference documentation</a>.
 </p>
 </ul>
 
 <h2>Development</h2>
-<p>Libxml++ uses the GNOME <a href="http://cvs.gnome.org/bonsai/rview.cgi?cvsroot=/cvs/gnome&dir=libxml%2b%2b";>CVS repository</a>.</p>
-<p>Bugs and patches are tracked in GNOME's bugzilla. Here is a list of <a href="http://bugzilla.gnome.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&product=libxml%2B%2B&long_desc_type=allwordssubstr&long_desc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=anywords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=VERIFIED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>open bugs</a>. Add new bugs <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B";>here</a>.</p>
+<p>Libxml++ uses the GNOME <a href="http://svn.gnome.org/viewvc/libxml%2B%2B/";>Subversion repository</a>.</p>
+<p>Bugs and patches are tracked in GNOME's bugzilla. Here is a list of <a href="http://bugzilla.gnome.org/browse.cgi?product=libxml%2B%2B";>open bugs</a>. Add new bugs <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B";>here</a>.</p>
 <p>
 The <a href="http://sourceforge.net/mail/?group_id=12999";>mailing list</a> is hosted on
 <a href="http://sourceforge.net/projects/libxmlplusplus/";>sourceforge</a>.</p>

Modified: trunk/libxml++/nodes/node.h
==============================================================================
--- trunk/libxml++/nodes/node.h	(original)
+++ trunk/libxml++/nodes/node.h	Wed Mar 26 16:41:31 2008
@@ -119,6 +119,7 @@
    *
    * @newin2p24
    *
+   * @param previous_sibling An existing child node.
    * @param name The new node name
    * @param ns_prefix The namespace prefix. If the prefix has not been declared then this method will throw an exception.
    * @returns The newly-created element
@@ -130,6 +131,7 @@
    *
    * @newin2p24
    *
+   * @param next_sibling An existing child node.
    * @param name The new node name
    * @param ns_prefix The namespace prefix. If the prefix has not been declared then this method will throw an exception.
    * @returns The newly-created element



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