libxml++ r173 - in trunk: . examples/schemavalidation libxml++ libxml++/validators



Author: murrayc
Date: Wed Mar 26 17:42:18 2008
New Revision: 173
URL: http://svn.gnome.org/viewvc/libxml++?rev=173&view=rev

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

* examples/schemavalidation/Makefile.am: Corrected a filename to 
fix distcheck
* libxml++/schema.h:
* libxml++/validators/schemavalidator.h: Added the newin2p24 doxygen 
keyword.

Modified:
   trunk/ChangeLog
   trunk/examples/schemavalidation/Makefile.am
   trunk/libxml++/schema.h
   trunk/libxml++/validators/schemavalidator.h

Modified: trunk/examples/schemavalidation/Makefile.am
==============================================================================
--- trunk/examples/schemavalidation/Makefile.am	(original)
+++ trunk/examples/schemavalidation/Makefile.am	Wed Mar 26 17:42:18 2008
@@ -6,4 +6,4 @@
 #List of source files needed to build the executable:
 example_SOURCES = main.cc
 
-EXTRA_DIST = example.xml example.dtd
+EXTRA_DIST = example.xml example.xsd

Modified: trunk/libxml++/schema.h
==============================================================================
--- trunk/libxml++/schema.h	(original)
+++ trunk/libxml++/schema.h	Wed Mar 26 17:42:18 2008
@@ -23,6 +23,7 @@
 
 /** Represents XML Schema.
  *
+ * @newin2p24
  */
 class Schema : NonCopyable
 {

Modified: trunk/libxml++/validators/schemavalidator.h
==============================================================================
--- trunk/libxml++/validators/schemavalidator.h	(original)
+++ trunk/libxml++/validators/schemavalidator.h	Wed Mar 26 17:42:18 2008
@@ -23,6 +23,7 @@
 
 /** XML DOM parser.
  *
+ * @newin2p24
  */
 class SchemaValidator : public Validator
 {



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