From 07baa1435de9f9184dc1fe6cf61f219061bb7a8b Mon Sep 17 00:00:00 2001
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
---
docs/doxygen/Doxyfile_inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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: