X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf7160a83e10d34d8e9e78f6e6f54bfbf92ee538..07baa1435de9f9184dc1fe6cf61f219061bb7a8b:/docs/doxygen/Doxyfile_inc?ds=sidebyside 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:

void handlerFuncName(\1& event)


Event macros:
" +ALIASES = beginEventTable{1}="\nEvents:

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(\1& event)

Event macros:
" +ALIASES += beginEventTable{2}="\nEvents:

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(\1& event) or void handlerFuncName(\2& event)

Event macros:
" ALIASES += event{1}="
\li \1:
" ALIASES += event{2}="
\li \1, \2:
" ALIASES += event{3}="
\li \1, \2, \3:
"