diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index 445e25395f..99281e34ba 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -59,44 +59,44 @@ LOOKUP_CACHE_SIZE = 0 #--------------------------------------------------------------------------- # aliases to be used by classes which emit wxEvents (e.g. wxWindow, wxTextCtrl, etc): -ALIASES = beginEventEmissionTable="\n

Events emitted by this class

Event macros for events emitted by this class:

" -ALIASES += beginEventEmissionTable{1}="\n

Events emitted by this class

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

void handlerFuncName(\1& event)

Event macros for events emitted by this class:
" -ALIASES += beginEventEmissionTable{2}="\n

Events emitted by this class

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 for events emitted by this class:
" +ALIASES = beginEventEmissionTable="^^

Events emitted by this class

Event macros for events emitted by this class:

" +ALIASES += beginEventEmissionTable{1}="^^

Events emitted by this class

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

void handlerFuncName(\1& event)

Event macros for events emitted by this class:
" +ALIASES += beginEventEmissionTable{2}="^^

Events emitted by this class

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 for events emitted by this class:
" # aliases to be used in wxEvent-derived classes: -ALIASES += beginEventTable{1}="\n

Events using this class

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}="\n

Events using this class

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 += beginEventTable{1}="^^

Events using this class

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}="^^

Events using this class

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:
" # common event aliases: ALIASES += event{1}="
\li \1:
" ALIASES += event{2}="
\li \1, \2:
" ALIASES += event{3}="
\li \1, \2, \3:
" ALIASES += event{4}="
\li \1, \2, \3, \4:
" -ALIASES += endEventTable="
\n" +ALIASES += endEventTable="
^^" # style aliases -ALIASES += beginStyleTable="\n

Styles

This class supports the following styles:

" +ALIASES += beginStyleTable="^^

Styles

This class supports the following styles:

" ALIASES += style{1}="
\li \1:
" -ALIASES += endStyleTable="
\n" +ALIASES += endStyleTable="
^^" # extra style aliases -ALIASES += beginExtraStyleTable="\n

Extra Styles

This class supports the following extra styles:

" -ALIASES += endExtraStyleTable="
\n" +ALIASES += beginExtraStyleTable="^^

Extra Styles

This class supports the following extra styles:

" +ALIASES += endExtraStyleTable="
^^" # flag aliases ALIASES += beginFlagTable="
" ALIASES += flag{1}="
\li \1:
" -ALIASES += endFlagTable="
\n" +ALIASES += endFlagTable="
^^" # creates appearance section: this should be used for all main GUI controls # that look different in different ports. genericAppearance can be used for the # controls that always look the same. -ALIASES += appearance{1}="\htmlonly
Appearance:
\endhtmlonly\n\image html appear-\1-msw.png \"wxMSW Appearance\"\n\htmlonly\endhtmlonly\n\image html appear-\1-gtk.png \"wxGTK Appearance\"\n\htmlonly\endhtmlonly\n\image html appear-\1-mac.png \"wxOSX Appearance\"\n\htmlonly
\endhtmlonly" -ALIASES += genericAppearance{1}="\htmlonly
Appearance:
\endhtmlonly\n\image html generic/\1.png \"Generic Appearance\"\n\htmlonly
\endhtmlonly" +ALIASES += appearance{1}="\htmlonly
Appearance:
\endhtmlonly^^\image html appear-\1-msw.png \"wxMSW Appearance\"^^\htmlonly\endhtmlonly^^\image html appear-\1-gtk.png \"wxGTK Appearance\"^^\htmlonly\endhtmlonly^^\image html appear-\1-mac.png \"wxOSX Appearance\"^^\htmlonly
\endhtmlonly" +ALIASES += genericAppearance{1}="\htmlonly
Appearance:
\endhtmlonly^^\image html generic/\1.png \"Generic Appearance\"^^\htmlonly
\endhtmlonly" # these compact versions are only used on the screenshots page -ALIASES += appearance_brief{2}="\htmlonly
\endhtmlonly\n\1\htmlonly\endhtmlonly\n\image html appear-\2-msw.png\n\htmlonly\endhtmlonly\n\image html appear-\2-gtk.png\n\htmlonly\endhtmlonly\n\image html appear-\2-mac.png\n\htmlonly
\endhtmlonly" -ALIASES += genericAppearance_brief{2}="\htmlonly
\endhtmlonly\n\1\htmlonly\endhtmlonly\n\image html generic/\2.png\n\htmlonly
\endhtmlonly" +ALIASES += appearance_brief{2}="\htmlonly
\endhtmlonly^^\1\htmlonly\endhtmlonly^^\image html appear-\2-msw.png ^^\htmlonly\endhtmlonly^^\image html appear-\2-gtk.png ^^\htmlonly\endhtmlonly^^\image html appear-\2-mac.png ^^\htmlonly
\endhtmlonly" +ALIASES += genericAppearance_brief{2}="\htmlonly
\endhtmlonly^^\1\htmlonly\endhtmlonly^^\image html generic/\2.png ^^\htmlonly
\endhtmlonly" # aliases for the creation of "named member groups" # USAGE: the first argument must not contain spaces and be a unique identifier @@ -112,9 +112,9 @@ ALIASES += ref_member_group{2}="\2" #--------------------------------------------------------------------------- # aliases for additional wx-specific infos -ALIASES += category{1}="\ingroup group_class_\1 \n
Category:  \ref group_class_\1
" -ALIASES += category{2}="\ingroup group_class_\1 group_class_\2 \n
Category:  \ref group_class_\1, \ref group_class_\2
" -ALIASES += category{3}="\ingroup group_class_\1 group_class_\2 group_class_\3 \n
Category:  \ref group_class_\1, \ref group_class_\2, \ref group_class_\3
" +ALIASES += category{1}="\ingroup group_class_\1 ^^
Category:  \ref group_class_\1
" +ALIASES += category{2}="\ingroup group_class_\1 group_class_\2 ^^
Category:  \ref group_class_\1, \ref group_class_\2
" +ALIASES += category{3}="\ingroup group_class_\1 group_class_\2 group_class_\3 ^^
Category:  \ref group_class_\1, \ref group_class_\2, \ref group_class_\3
" ALIASES += library{1}="

Library:  \ref page_libs_\1
" ALIASES += nolibrary="

Library:  None; this class implementation is entirely header-based.
" ALIASES += stdobjects="Predefined objects/pointers:" @@ -135,7 +135,7 @@ ALIASES += onlyfor{4}="
Availability:   # Use this in grouped global functions, and macros since they # wouldn't otherwise indicate what header they are defined in. -ALIASES += header{1}="Include file:\n \verbatim #include <\1> \endverbatim" +ALIASES += header{1}="Include file:^^ \verbatim #include <\1> \endverbatim" # some formatting aliases ALIASES += true="true"