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
This commit is contained in:
Vadim Zeitlin 2010-06-22 09:50:40 +00:00
parent a9638bb6eb
commit 4c9ccee713

View 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}