X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a302d5958c111a6fe3dbdbc7718cc0f8188fced6..2ecc77d53e53552b955617701bb2baddfa1a1c6e:/docs/doxygen/Doxyfile_inc?ds=sidebyside diff --git a/docs/doxygen/Doxyfile_inc b/docs/doxygen/Doxyfile_inc index c6a43b7363..e408c9d9e1 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:
" @@ -152,6 +153,7 @@ ALIASES += itemdef{8}="\1 \2,\3,\4 ALIASES += itemdef{9}="\1 \2,\3,\4,\5,\6,\7,\8,\9" ALIASES += itemdef{10}="\1 \2,\3,\4,\5,\6,\7,\8,\9,\10" ALIASES += endDefList="" +ALIASES += stock{3}="\1 @image html gtk-\2.png\n\3" # See ENABLED_SECTIONS configuration key for more info about these: ALIASES += beginWxPerlOnly="\if WXPERL_MANUAL wxPerl Note: "