From 6e09393c9d4a2f36c582ff97c0f5d5263757cbcc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 3 Jan 2017 18:32:23 +0300 Subject: Fix some doxygen issues. --- src/gui/widgets/listbox.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gui/widgets/listbox.h') diff --git a/src/gui/widgets/listbox.h b/src/gui/widgets/listbox.h index 5efe7cce3..5c90058a8 100644 --- a/src/gui/widgets/listbox.h +++ b/src/gui/widgets/listbox.h @@ -231,7 +231,6 @@ class ListBox notfinal : public Widget, * using removeSelectionListener(). * * @param selectionListener The selection listener to add. - * @since 0.8.0 */ void addSelectionListener(SelectionListener *const selectionListener); @@ -239,7 +238,6 @@ class ListBox notfinal : public Widget, * Removes a selection listener from the list box. * * @param selectionListener The selection listener to remove. - * @since 0.8.0 */ void removeSelectionListener(SelectionListener *const selectionListener); @@ -247,8 +245,6 @@ class ListBox notfinal : public Widget, /** * Distributes a value changed event to all selection listeners * of the list box. - * - * @since 0.8.0 */ void distributeValueChangedEvent(); -- cgit v1.2.3-70-g09d2