diff options
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. |