From: Vadim Zeitlin Date: Wed, 15 Feb 2012 00:35:36 +0000 (+0000) Subject: Document Mac-only wxFileName methods as being Mac-only. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ccca2121efa8756d58136147b67fcd0af568ada8 Document Mac-only wxFileName methods as being Mac-only. Use @onlyfor for them for consistency and to help the automated code generators. Closes #13971. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/filename.h b/interface/wx/filename.h index e6c8fa5fea..829fa8b0c5 100644 --- a/interface/wx/filename.h +++ b/interface/wx/filename.h @@ -878,6 +878,8 @@ public: /** On Mac OS, gets the common type and creator for the given extension. + + @onlyfor{wxosx} */ static bool MacFindDefaultTypeAndCreator(const wxString& ext, wxUint32* type, @@ -886,6 +888,8 @@ public: /** On Mac OS, registers application defined extensions and their default type and creator. + + @onlyfor{wxosx} */ static void MacRegisterDefaultTypeAndCreator(const wxString& ext, wxUint32 type, @@ -894,6 +898,8 @@ public: /** On Mac OS, looks up the appropriate type and creator from the registration and then sets it. + + @onlyfor{wxosx} */ bool MacSetDefaultTypeAndCreator();