This is more correct but it doesn't fix the warning from glib-mkenums

Thu, 22 Sep 2016 21:35:14 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 22 Sep 2016 21:35:14 -0500
changeset 38055
99e670730bf7
parent 38054
adcd38bcc1d0
child 38056
87389b7f7465

This is more correct but it doesn't fix the warning from glib-mkenums

libpurple/status.h file | annotate | diff | comparison | revisions
--- a/libpurple/status.h	Sun Sep 18 11:59:52 2016 -0500
+++ b/libpurple/status.h	Thu Sep 22 21:35:14 2016 -0500
@@ -99,8 +99,8 @@
 	PURPLE_STATUS_TUNE,
 	PURPLE_STATUS_MOOD,
 
-	/**< private >*/
-	PURPLE_STATUS_NUM_PRIMITIVES,
+	/*< private >*/
+	PURPLE_STATUS_NUM_PRIMITIVES, /*< skip >*/
 } PurpleStatusPrimitive;
 
 #include "presence.h"
@@ -163,7 +163,7 @@
 struct _PurpleStatusClass {
 	GObjectClass parent_class;
 
-	/**< private >*/
+	/*< private >*/
 	void (*_purple_reserved1)(void);
 	void (*_purple_reserved2)(void);
 	void (*_purple_reserved3)(void);

mercurial