Replaced @returns with @return for more standard command use and compatibility.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-05-11 01:38:53 +00:00
parent a15c16bfd1
commit d29a9a8ac8
81 changed files with 383 additions and 383 deletions

View File

@@ -196,7 +196,7 @@ public:
@param name
The status bar window name.
@returns A pointer to the status bar if it was created successfully, @NULL
@return A pointer to the status bar if it was created successfully, @NULL
otherwise.
@remarks The width of the status bar is the whole width of the frame
@@ -222,7 +222,7 @@ public:
@param name
The toolbar window name.
@returns A pointer to the toolbar if it was created successfully, @NULL
@return A pointer to the toolbar if it was created successfully, @NULL
otherwise.
@remarks By default, the toolbar is an instance of wxToolBar (which is
@@ -286,7 +286,7 @@ public:
@param name
The window name.
@returns A status bar object.
@return A status bar object.
@remarks An application can override this function to return a different
kind of status bar. The default implementation returns
@@ -310,7 +310,7 @@ public:
@param name
The toolbar window name.
@returns A toolbar object.
@return A toolbar object.
@remarks An application can override this function to return a different
kind of toolbar. The default implementation returns an