From: Francesco Montorsi The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
from beginEventTable{} macros to make the event blocks more compact
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
diff --git a/docs/doxygen/Doxyfile_inc b/docs/doxygen/Doxyfile_inc
index 6a85effb0b..4f823db12b 100644
--- a/docs/doxygen/Doxyfile_inc
+++ b/docs/doxygen/Doxyfile_inc
@@ -48,7 +48,8 @@ SUBGROUPING = YES
# us to keep the headers readable and "implement" wxWidgets-specific commands.
# event aliases
-ALIASES = beginEventTable{1}="\nEvents:
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
The following event handler macros redirect the events to member function handlers 'func' with prototypes like: