Fix gtk-doc markup: /* <private> */ should be /*< private >*/
This commit is contained in:
committed by
Tristan Van Berkom
parent
abcfd2d5ef
commit
65dd3460ce
@ -53,7 +53,7 @@ struct _GtkScale
|
||||
{
|
||||
GtkRange range;
|
||||
|
||||
/* <private> */
|
||||
/*< private >*/
|
||||
GtkScalePrivate *priv;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user