From 4c9ccee7130e8cf62afcecf4f6b54a3422903c80 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 22 Jun 2010 09:50:40 +0000 Subject: [PATCH] Undo/replace the workaround for Doxygen crash from r64630. According to http://sourceforge.net/mailarchive/forum.php?thread_name=5040710F-9134-4C21-9B08-EA985136F53C%40gmail.com&forum_name=doxygen-users simply adding an empty line after @since should be enough to fix the problem and this does seem to work in practice so restore @since removed by r64630. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/filectrl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/wx/filectrl.h b/interface/wx/filectrl.h index 6b27cee9cb..f7dbcb719f 100644 --- a/interface/wx/filectrl.h +++ b/interface/wx/filectrl.h @@ -40,8 +40,9 @@ @event{EVT_FILECTRL_FOLDERCHANGED(id, func)} The current folder of the file control has been changed @event{EVT_FILECTRL_FILTERCHANGED(id, func)} - The current file filter of the file control has been changed. This - event is new in wxWidgets 2.9.1. + The current file filter of the file control has been changed. + @since 2.9.1. + @endEventTable @library{wxbase}