summaryrefslogtreecommitdiff
path: root/include/asterisk/xml.h
diff options
context:
space:
mode:
authorEliel C. Sardanons <eliels@gmail.com>2008-11-13 13:08:34 +0000
committerEliel C. Sardanons <eliels@gmail.com>2008-11-13 13:08:34 +0000
commitdf6b78b7429891c8a2489a09d6617c856e6f4e3f (patch)
tree1afe613573d467c079f819ad91a77686bb46b34b /include/asterisk/xml.h
parent59cfe2793cedf3cf9bc7daf947ff595be53841d3 (diff)
Remove trailing whitespaces
using ':%s/\s\+$//' pointed by seanbright on #asterisk-dev git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@156535 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/xml.h')
-rw-r--r--include/asterisk/xml.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asterisk/xml.h b/include/asterisk/xml.h
index 8ed9ffdfd..5c78cc9c0 100644
--- a/include/asterisk/xml.h
+++ b/include/asterisk/xml.h
@@ -17,14 +17,14 @@
#ifndef _ASTERISK_XML_H
#define _ASTERISK_XML_H
-/*! \file
+/*! \file
* \brief Asterisk XML abstraction layer
*/
struct ast_xml_node;
struct ast_xml_doc;
-/*! \brief Initialize the XML library implementation.
+/*! \brief Initialize the XML library implementation.
* This function is used to setup everything needed
* to start working with the xml implementation.
* \retval 0 On success.
@@ -32,7 +32,7 @@ struct ast_xml_doc;
*/
int ast_xml_init(void);
-/*! \brief Cleanup library allocated global data.
+/*! \brief Cleanup library allocated global data.
* \retval 0 On success.
* \retval 1 On error.
*/
@@ -58,7 +58,7 @@ void ast_xml_close(struct ast_xml_doc *doc);
*/
struct ast_xml_node *ast_xml_get_root(struct ast_xml_doc *doc);
-/*! \brief Free node
+/*! \brief Free node
* \param node Node to be released.
*/
void ast_xml_free_node(struct ast_xml_node *node);