[gtk+] Fix doc syntax



commit 7bf3d9d0ab13da46ff02ecf815ad22e41d67b0ad
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon May 19 06:58:06 2014 -0400

    Fix doc syntax
    
    End-of-comment tags don't take an @ - thats only for parameters.

 gtk/gtkcontainer.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c
index cff0ef7..30aa6b2 100644
--- a/gtk/gtkcontainer.c
+++ b/gtk/gtkcontainer.c
@@ -1705,8 +1705,7 @@ gtk_container_get_resize_mode (GtkContainer *container)
  * Containers requesting reallocation redraws get automatically
  * redrawn if any of their children changed allocation.
  *
- * @Deprecated: 3.14: Call gtk_widget_queue_draw() in your size_allocate
- *     handler.
+ * Deprecated: 3.14: Call gtk_widget_queue_draw() in your size_allocate handler.
  **/
 void
 gtk_container_set_reallocate_redraws (GtkContainer *container,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]