Fix gtk-doc markup: /* <private> */ should be /*< private >*/
This commit is contained in:
committed by
Tristan Van Berkom
parent
abcfd2d5ef
commit
65dd3460ce
@ -58,7 +58,7 @@ typedef struct _GtkNotebookClass GtkNotebookClass;
|
||||
|
||||
struct _GtkNotebook
|
||||
{
|
||||
/* <private> */
|
||||
/*< private >*/
|
||||
GtkContainer container;
|
||||
|
||||
GtkNotebookPrivate *priv;
|
||||
|
||||
Reference in New Issue
Block a user