]> git.saurik.com Git - wxWidgets.git/commitdiff
Undo/replace the workaround for Doxygen crash from r64630.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Jun 2010 09:50:40 +0000 (09:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Jun 2010 09:50:40 +0000 (09:50 +0000)
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

index 6b27cee9cb487657780a670f6654c9becf56a668..f7dbcb719f2b592a1f1e0b5893fbfca2a1cd58c8 100644 (file)
@@ -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}