Fix gtk-doc markup: /* <private> */ should be /*< private >*/

This commit is contained in:
Javier Jardón
2010-10-26 06:35:10 +02:00
committed by Tristan Van Berkom
parent abcfd2d5ef
commit 65dd3460ce
43 changed files with 43 additions and 43 deletions

View File

@ -53,7 +53,7 @@ struct _GtkScale
{
GtkRange range;
/* <private> */
/*< private >*/
GtkScalePrivate *priv;
};