]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/icon.h
Replaced @returns with @return for more standard command use and compatibility.
[wxWidgets.git] / interface / icon.h
index 9b2d4282f21c30daa38cb9b5fa1552550743c988..acfca502181ab2e5b7b866a0487a2365f5f914e2 100644 (file)
@@ -25,7 +25,7 @@
     @category{gdi}
 
     @stdobjects
-    ::Objects:, ::wxNullIcon,
+    ::wxNullIcon
 
     @see @ref overview_wxbitmapoverview "Bitmap and icon overview", @ref
     overview_supportedbitmapformats "supported bitmap file formats", wxDC::DrawIcon, wxCursor
@@ -274,7 +274,7 @@ public:
             The validity of these flags depends on the platform and wxWidgets
         configuration.
 
-        @returns @true if the operation succeeded, @false otherwise.
+        @return @true if the operation succeeded, @false otherwise.
 
         @see wxIcon()
     */
@@ -313,15 +313,8 @@ public:
     wxIcon operator =(const wxIcon& icon);
 };
 
-
-/**
-    FIXME
-*/
-wxIcon Objects:
-;
-
 /**
-    FIXME
+    An empty wxIcon.
 */
 wxIcon wxNullIcon;