X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c6791e43ca1adb11db20674a2327dc5e354f629..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/filectrl.h diff --git a/interface/filectrl.h b/interface/filectrl.h index ff54bb3bef..dfbc382192 100644 --- a/interface/filectrl.h +++ b/interface/filectrl.h @@ -78,7 +78,7 @@ public: @param name Control name. - @returns @true if the control was successfully created or @false if + @return @true if the control was successfully created or @false if creation failed. */ @@ -154,14 +154,14 @@ public: /** Sets(changes) the current directory displayed in the control. - @returns Returns @true on success, @false otherwise. + @return Returns @true on success, @false otherwise. */ bool SetDirectory(const wxString& directory); /** Selects a certain file. - @returns Returns @true on success, @false otherwise + @return Returns @true on success, @false otherwise */ bool SetFilename(const wxString& filename);