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

@ -58,7 +58,7 @@ typedef struct _GtkNotebookClass GtkNotebookClass;
struct _GtkNotebook
{
/* <private> */
/*< private >*/
GtkContainer container;
GtkNotebookPrivate *priv;