From 02baeb0785924cc84af8102a96ab8ccd8d858469 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 20 Aug 2014 18:23:14 +0200 Subject: Fix rest_xml_node_print name in gtk-doc annotation --- rest/rest-xml-node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1