You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2008/05/29 08:33:54 UTC

svn commit: r661221 - /webservices/axis2/trunk/c/axiom/include/axiom_xml_reader.h

Author: nandika
Date: Wed May 28 23:33:53 2008
New Revision: 661221

URL: http://svn.apache.org/viewvc?rev=661221&view=rev
Log:
doc comments added

Modified:
    webservices/axis2/trunk/c/axiom/include/axiom_xml_reader.h

Modified: webservices/axis2/trunk/c/axiom/include/axiom_xml_reader.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_xml_reader.h?rev=661221&r1=661220&r2=661221&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_xml_reader.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_xml_reader.h Wed May 28 23:33:53 2008
@@ -413,14 +413,16 @@
         int type);
 
     /**
-     * init function initializes the parser
+     * init function initializes the parser. When using libxml2 parser, this function 
+     * is needed to initialize libxml2. 
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_xml_reader_init(
     );
 
     /**
-     * parser cleanup function
+     * parser cleanup function. This function is used to clean up the globals of libxml2
+     * parser.
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_xml_reader_cleanup(