summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-08-20 18:23:14 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-08-25 18:42:06 +0200
commit02baeb0785924cc84af8102a96ab8ccd8d858469 (patch)
tree95d4d17cd191b788bfbde0f7e602a58f308e9aa3
parentd54c36cc22c365bd21936365f7c9410899ad3ec1 (diff)
downloadlibrest-02baeb0785924cc84af8102a96ab8ccd8d858469.tar.gz
Fix rest_xml_node_print name in gtk-doc annotation
-rw-r--r--rest/rest-xml-node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/rest-xml-node.c b/rest/rest-xml-node.c
index 042b7ad..57a9426 100644
--- a/rest/rest-xml-node.c
+++ b/rest/rest-xml-node.c
@@ -271,7 +271,7 @@ rest_xml_node_find (RestXmlNode *start,
}
/**
- * rest_xml_node_print_node:
+ * rest_xml_node_print:
* @node: #RestXmlNode
*
* Recursively outputs given node and it's children.