Skip to content

Commit

Permalink
doc comments added
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/webservices/axis2/trunk/c@661221 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Korale Gamaralalage Nandika Chandrasiri Jayawardana committed May 29, 2008
1 parent 7f0d498 commit d36a37b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions axiom/include/axiom_xml_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -413,14 +413,16 @@ extern "C"
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(
Expand Down

0 comments on commit d36a37b

Please sign in to comment.