mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Docs: Fix some missing Doxygen tags
This commit is contained in:
parent
82bc9f3195
commit
c474cb2469
10 changed files with 23 additions and 18 deletions
|
|
@ -240,7 +240,7 @@ public:
|
|||
{
|
||||
auto extension = wildcard.fromLastOccurrenceOf (".", false, false);
|
||||
|
||||
result.addArray (MimeTypeTable::getMimeTypesForFileExtension (extension));
|
||||
result.addArray (detail::MimeTypeTable::getMimeTypesForFileExtension (extension));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -280,7 +280,7 @@ bool FileChooser::isPlatformDialogAvailable()
|
|||
void FileChooser::registerCustomMimeTypeForFileExtension (const String& mimeType,
|
||||
const String& fileExtension)
|
||||
{
|
||||
MimeTypeTable::registerCustomMimeTypeForFileExtension (mimeType, fileExtension);
|
||||
detail::MimeTypeTable::registerCustomMimeTypeForFileExtension (mimeType, fileExtension);
|
||||
}
|
||||
|
||||
} // namespace juce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue