GtkCssSection: remove duplicated documentation
authorCosimo Cecchi <cosimoc@gnome.org>
Sun, 27 Mar 2016 15:35:13 +0000 (08:35 -0700)
committerCosimo Cecchi <cosimoc@gnome.org>
Sun, 27 Mar 2016 15:35:13 +0000 (08:35 -0700)
Fixes a build time warning.

gtk/gtkcsssection.c
gtk/gtkcsssection.h

index 5de9728dca9fffaf95040e034bfd4befeced08ff..40abdb3a54a059068e7815847d51e3a96399de43 100644 (file)
 #include "gtkcssparserprivate.h"
 #include "gtkprivate.h"
 
-/**
- * GtkCssSection:
- *
- * Defines a part of a CSS document. Because sections are nested into
- * one another, you can use gtk_css_section_get_parent() to get the
- * containing region.
- *
- * Since: 3.2
- */
-
 struct _GtkCssSection
 {
   gint                ref_count;
index 1bb04d0e71b2d1d2a6db70f0fa03f7e6c83e90d3..be858625797c89ffcf29894095088251092e6022 100644 (file)
@@ -69,8 +69,11 @@ typedef enum
 /**
  * GtkCssSection:
  *
- * GtkCssSection is an auxiliary object containing information about
- * the results of parsing a CSS style sheet.
+ * Defines a part of a CSS document. Because sections are nested into
+ * one another, you can use gtk_css_section_get_parent() to get the
+ * containing region.
+ *
+ * Since: 3.2
  */
 typedef struct _GtkCssSection GtkCssSection;