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

@ -55,7 +55,7 @@ struct _GtkViewport
{
GtkBin bin;
/* <private> */
/*< private >*/
GtkViewportPrivate *priv;
};