]> git.saurik.com Git - wxWidgets.git/commitdiff
Make @genericAppearance Doxygen macro consistent with @appearance.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Oct 2013 13:03:25 +0000 (13:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Oct 2013 13:03:25 +0000 (13:03 +0000)
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

docs/doxygen/Doxyfile
interface/wx/aui/auibook.h
interface/wx/bannerwindow.h

index 020577f20aceff3fc5e58eb4398155a8970c86c9..87728c30667a7d276eb85bbabe6cae46fe06f735 100644 (file)
@@ -93,7 +93,7 @@ ALIASES += endFlagTable="</div>\n"
 # that look different in different ports. genericAppearance can be used for the
 # 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 += 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"
 # USAGE: the first argument must not contain spaces and be a unique identifier 
index 513b850f92259d5a219c471c0e9adb464d87987f..747d63e07cbd257823294909c542eab85c06d524 100644 (file)
@@ -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}
index ad50e6b78cfa9d1cbbd24073fb4cfbe0e7102d45..924d4220706b98011b58775ffd5a82a970fdd126 100644 (file)
@@ -44,7 +44,7 @@
 
     @library{wxadv}
     @category{miscwnd}
-    @genericAppearance{bannerwindow.png}
+    @genericAppearance{bannerwindow}
 
     @since 2.9.3
  */