summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-06-10 11:00:13 +0100
committerRichard Hughes <richard@hughsie.com>2014-06-10 11:00:13 +0100
commit2945dab63e0978ca19dbf35054e3fb2a81824654 (patch)
treeb4e0f3820a13f8e5e5b4d16b344735677f45f1c8
parent81b5337cd933f92bfc10af3510cb8bdd13ad397f (diff)
downloadappstream-glib-2945dab63e0978ca19dbf35054e3fb2a81824654.tar.gz
trivial: Fix up some gtk-doc markup to not explode for old versions
-rw-r--r--libappstream-glib/as-node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/as-node.c b/libappstream-glib/as-node.c
index d667c95..b67c4cb 100644
--- a/libappstream-glib/as-node.c
+++ b/libappstream-glib/as-node.c
@@ -877,7 +877,7 @@ as_node_get_data (const GNode *node)
* as_node_get_comment:
* @node: a #GNode
*
- * Gets the node data, e.g. "Copyright 2014 Richard Hughes <richard@hughsie.com>"
+ * Gets the node data, e.g. "Copyright 2014 Richard Hughes"
*
* Return value: string value, or %NULL
*