summaryrefslogtreecommitdiff
path: root/gdata/atom/gdata-author.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/atom/gdata-author.c')
-rw-r--r--gdata/atom/gdata-author.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdata/atom/gdata-author.c b/gdata/atom/gdata-author.c
index d726cfb2..38c0a4f2 100644
--- a/gdata/atom/gdata-author.c
+++ b/gdata/atom/gdata-author.c
@@ -252,11 +252,13 @@ gdata_author_new (const gchar *name, const gchar *uri, const gchar *email_addres
* @b: another #GDataAuthor, or %NULL
*
* Compares the two authors in a strcmp() fashion. %NULL values are handled gracefully, with
- * %0 returned if both @a and @b are %NULL, %-1 if @a is %NULL and %1 if @b is %NULL.
+ * <code class="literal">0</code> returned if both @a and @b are %NULL, <code class="literal">-1</code> if @a is %NULL
+ * and <code class="literal">1</code> if @b is %NULL.
*
* The comparison of non-%NULL values is done on the basis of the @name property of the #GDataAuthor<!-- -->s.
*
- * Return value: %0 if @a equals @b, %-1 or %1 as appropriate otherwise
+ * Return value: <code class="literal">0</code> if @a equals @b, <code class="literal">-1</code> or <code class="literal">1</code> as
+ * appropriate otherwise
*
* Since: 0.4.0
**/