[gtkmm/gtkmm-3-10] CellArea: Fix documentation of typedef SlotForeachAlloc



commit 85d26806f40a72fc647b8f682e653617c5e6fd7e
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Thu Dec 19 15:43:53 2013 +0100

    CellArea: Fix documentation of typedef SlotForeachAlloc
    
    * gtk/src/cellarea.hg: SlotForeachAlloc: An extra '>' in the docs trapped
    doxygen 1.8.4 in an infinite loop.

 gtk/src/cellarea.hg |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/gtk/src/cellarea.hg b/gtk/src/cellarea.hg
index 19ca090..654f547 100644
--- a/gtk/src/cellarea.hg
+++ b/gtk/src/cellarea.hg
@@ -131,12 +131,11 @@ public:
 
 
   /** For instance,
-   * bool on_foreach(Gtk::CellRenderer* renderer, const Gdk::Rectangle& cell_area, const Gdk::Rectangle& 
background_area>);
+   * bool on_foreach(Gtk::CellRenderer* renderer, const Gdk::Rectangle& cell_area, const Gdk::Rectangle& 
background_area);
    *
    * @param renderer the cell renderer to operate on
-   * @param  cell_area the area allocated to the @a renderer inside the rectangle provided to foreach().
-   * @@param cell_background The background area for the @a renderer inside the background area provided to 
foreach().
-   * @param slot The slot to call for every CellRenderer.
+   * @param cell_area the area allocated to the @a renderer inside the rectangle provided to foreach().
+   * @param background_area The background area for the @a renderer inside the background area provided to 
foreach().
    * @returns true to stop iterating over cells.
    *
    * @newin{3,4}


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