Fix 2 warnings in MimeType.dox
This commit is contained in:
parent
f729cb8d48
commit
268177055e
@ -361,7 +361,7 @@
|
||||
|
||||
|
||||
/*!
|
||||
\fn status_tBMimeType::GetFileExtensions(BMessage *extensions) const
|
||||
\fn status_t BMimeType::GetFileExtensions(BMessage *extensions) const
|
||||
\brief Fetches the MIME type's associated filename extensions from the
|
||||
MIME database.
|
||||
|
||||
@ -525,9 +525,8 @@
|
||||
*/
|
||||
|
||||
|
||||
//
|
||||
/*!
|
||||
\fn status_t BMimeType::SetP0referredApp(const char *signature,
|
||||
\fn status_t BMimeType::SetPreferredApp(const char *signature,
|
||||
app_verb verb)
|
||||
\brief Sets the preferred application for the MIME type.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user