]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/cmdproc.h
fixes for Linux build (part of ticket 4700)
[wxWidgets.git] / interface / cmdproc.h
index 76c0577b07f3c2c82a77bebd105f39f309f13f43..a0bd1d0a2f0c94968ce5ede21232fbfb70c93d1b 100644 (file)
@@ -52,10 +52,10 @@ public:
         Override this member function to execute the appropriate action when
         called.
 
-        @returns @true to indicate that the action has taken place, @false
-                 otherwise. Returning @false will indicate to the command
-                 processor that the action is not undoable and should not be
-                 added to the command history.
+        @return @true to indicate that the action has taken place, @false
+                otherwise. Returning @false will indicate to the command
+                processor that the action is not undoable and should not be
+                added to the command history.
     */
     bool Do();
 
@@ -81,10 +81,10 @@ public:
           execute" operation is hard to write. The docview sample uses the
           first method, to remove or restore segments in the drawing.
 
-        @returns @true to indicate that the action has taken place, @false
-                 otherwise. Returning @false will indicate to the command
-                 processor that the action is not redoable and no change should
-                 be made to the command history.
+        @return @true to indicate that the action has taken place, @false
+                otherwise. Returning @false will indicate to the command
+                processor that the action is not redoable and no change should
+                be made to the command history.
     */
     bool Undo();
 };