Fix 2 warnings in MimeType.dox
This commit is contained in:
@@ -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
|
\brief Fetches the MIME type's associated filename extensions from the
|
||||||
MIME database.
|
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)
|
app_verb verb)
|
||||||
\brief Sets the preferred application for the MIME type.
|
\brief Sets the preferred application for the MIME type.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user