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
/**
On Mac OS, gets the common type and creator for the given extension.
+
+ @onlyfor{wxosx}
*/
static bool MacFindDefaultTypeAndCreator(const wxString& ext,
wxUint32* type,
/**
On Mac OS, registers application defined extensions and their default type
and creator.
+
+ @onlyfor{wxosx}
*/
static void MacRegisterDefaultTypeAndCreator(const wxString& ext,
wxUint32 type,
/**
On Mac OS, looks up the appropriate type and creator from the registration
and then sets it.
+
+ @onlyfor{wxosx}
*/
bool MacSetDefaultTypeAndCreator();