diff options
author | shankar | 2010-03-24 05:29:52 +0000 |
---|---|---|
committer | shankar | 2010-03-24 05:29:52 +0000 |
commit | fb58131071e0fd446fb8f0910cb642fd0606e9d1 (patch) | |
tree | 1b044440a51cc7bfa674184cf71997825f60ef5a /axiom/include | |
parent | 41f4642b858a8225f4442c098344318bcc3fbfe1 (diff) | |
download | axis2c-fb58131071e0fd446fb8f0910cb642fd0606e9d1.tar.gz axis2c-fb58131071e0fd446fb8f0910cb642fd0606e9d1.tar.bz2 |
refactor to improve performance
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@926937 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'axiom/include')
-rw-r--r-- | axiom/include/axiom_stax_builder.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/axiom/include/axiom_stax_builder.h b/axiom/include/axiom_stax_builder.h index 8ec8af1..04115ac 100644 --- a/axiom/include/axiom_stax_builder.h +++ b/axiom/include/axiom_stax_builder.h @@ -70,7 +70,8 @@ extern "C" axiom_stax_builder_t *builder, const axutil_env_t * env); - /** Gets the document associated with the builder + /** + * Gets the document associated with the builder * @param builder axiom_stax_builder * @param env environment * @return pointer to document struct associated with builder NULL if an error occurred. |