Make @genericAppearance Doxygen macro consistent with @appearance.

Append ".png" extension automatically, just as @appearance does.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-10-01 13:03:25 +00:00
parent 38e392a8d6
commit 3287f62ad3
3 changed files with 4 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ ALIASES += endFlagTable="</div>\n"
# that look different in different ports. genericAppearance can be used for the # that look different in different ports. genericAppearance can be used for the
# controls that always look the same. # controls that always look the same.
ALIASES += appearance{1}="\htmlonly<div class="appearance"><span class='appearance'>Appearance:</span><table><tr><td>\endhtmlonly\n\image html appear-\1-msw.png \"wxMSW Appearance\"\n\htmlonly</td><td>\endhtmlonly\n\image html appear-\1-gtk.png \"wxGTK Appearance\"\n\htmlonly</td><td>\endhtmlonly\n\image html appear-\1-mac.png \"wxOSX Appearance\"\n\htmlonly</td></tr></table></div>\endhtmlonly" ALIASES += appearance{1}="\htmlonly<div class="appearance"><span class='appearance'>Appearance:</span><table><tr><td>\endhtmlonly\n\image html appear-\1-msw.png \"wxMSW Appearance\"\n\htmlonly</td><td>\endhtmlonly\n\image html appear-\1-gtk.png \"wxGTK Appearance\"\n\htmlonly</td><td>\endhtmlonly\n\image html appear-\1-mac.png \"wxOSX Appearance\"\n\htmlonly</td></tr></table></div>\endhtmlonly"
ALIASES += genericAppearance{1}="\htmlonly<div class="appearance"><span class='appearance'>Appearance:</span><table class='appearance'><tr><td>\endhtmlonly\n\image html generic/\1 \"Generic Appearance\"\n\htmlonly</td></tr></table></div>\endhtmlonly" ALIASES += genericAppearance{1}="\htmlonly<div class="appearance"><span class='appearance'>Appearance:</span><table class='appearance'><tr><td>\endhtmlonly\n\image html generic/\1.png \"Generic Appearance\"\n\htmlonly</td></tr></table></div>\endhtmlonly"
# aliases for the creation of "named member groups" # aliases for the creation of "named member groups"
# USAGE: the first argument must not contain spaces and be a unique identifier # USAGE: the first argument must not contain spaces and be a unique identifier

View File

@@ -653,7 +653,7 @@ public:
@see wxAuiTabArt @see wxAuiTabArt
@genericAppearance{auidefaulttabart.png} @genericAppearance{auidefaulttabart}
@library{wxaui} @library{wxaui}
@category{aui} @category{aui}
@@ -756,7 +756,7 @@ protected:
completely new tab art class. It can also be used as alternative to completely new tab art class. It can also be used as alternative to
wxAuiDefaultTabArt. wxAuiDefaultTabArt.
@genericAppearance{auisimpletabart.png} @genericAppearance{auisimpletabart}
@library{wxaui} @library{wxaui}
@category{aui} @category{aui}

View File

@@ -44,7 +44,7 @@
@library{wxadv} @library{wxadv}
@category{miscwnd} @category{miscwnd}
@genericAppearance{bannerwindow.png} @genericAppearance{bannerwindow}
@since 2.9.3 @since 2.9.3
*/ */