Thu, 22 Sep 2016 21:35:14 -0500
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);