status: Tweak PurpleStatusPrimitive's documentation

Fri, 30 Jun 2017 16:44:01 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Fri, 30 Jun 2017 16:44:01 -0500
changeset 38563
57f76ef581c8
parent 38562
f0bba5d864f2
child 38564
69406101655c

status: Tweak PurpleStatusPrimitive's documentation

PurpleStatusPrimitive's documentation wasn't being correctly
recognized by GtkDoc. The whitespace was slightly off. This
patch fixes it.

libpurple/status.h file | annotate | diff | comparison | revisions
--- a/libpurple/status.h	Fri Jul 07 12:38:49 2017 -0500
+++ b/libpurple/status.h	Fri Jun 30 16:44:01 2017 -0500
@@ -69,7 +69,6 @@
 
 /**
  * PurpleStatusPrimitive:
- *
  * @PURPLE_STATUS_UNSET: The status is not set
  * @PURPLE_STATUS_OFFLINE: The status is offline
  * @PURPLE_STATUS_AVAILABLE: The status is available
@@ -80,6 +79,7 @@
  * @PURPLE_STATUS_MOBILE: The status is mobile
  * @PURPLE_STATUS_TUNE: The status includes a song title
  * @PURPLE_STATUS_MOOD: The status includes a mood
+ *
  * A primitive defining the basic structure of a status type.
  */
 /*

mercurial