From: Vadim Zeitlin Date: Tue, 1 Oct 2013 13:03:25 +0000 (+0000) Subject: Make @genericAppearance Doxygen macro consistent with @appearance. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3287f62ad3bd6dfcc78a8fcef0ac44d9ece904af 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 --- diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index 020577f20a..87728c3066 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -93,7 +93,7 @@ ALIASES += endFlagTable="\n" # 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 \"Generic Appearance\"\n\htmlonly
\endhtmlonly" +ALIASES += genericAppearance{1}="\htmlonly
Appearance:
\endhtmlonly\n\image html generic/\1.png \"Generic Appearance\"\n\htmlonly
\endhtmlonly" # aliases for the creation of "named member groups" # USAGE: the first argument must not contain spaces and be a unique identifier diff --git a/interface/wx/aui/auibook.h b/interface/wx/aui/auibook.h index 513b850f92..747d63e07c 100644 --- a/interface/wx/aui/auibook.h +++ b/interface/wx/aui/auibook.h @@ -653,7 +653,7 @@ public: @see wxAuiTabArt - @genericAppearance{auidefaulttabart.png} + @genericAppearance{auidefaulttabart} @library{wxaui} @category{aui} @@ -756,7 +756,7 @@ protected: completely new tab art class. It can also be used as alternative to wxAuiDefaultTabArt. - @genericAppearance{auisimpletabart.png} + @genericAppearance{auisimpletabart} @library{wxaui} @category{aui} diff --git a/interface/wx/bannerwindow.h b/interface/wx/bannerwindow.h index ad50e6b78c..924d422070 100644 --- a/interface/wx/bannerwindow.h +++ b/interface/wx/bannerwindow.h @@ -44,7 +44,7 @@ @library{wxadv} @category{miscwnd} - @genericAppearance{bannerwindow.png} + @genericAppearance{bannerwindow} @since 2.9.3 */