mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Doxygen: Fix some Doxygen issues
This commit is contained in:
parent
242e93e41e
commit
ff835be2ac
25 changed files with 170 additions and 59 deletions
|
|
@ -28,18 +28,17 @@
|
|||
namespace juce
|
||||
{
|
||||
|
||||
/** @internal */
|
||||
struct MimeTypeTable
|
||||
{
|
||||
|
||||
/* @internal */
|
||||
/** @internal */
|
||||
static void registerCustomMimeTypeForFileExtension (const String& mimeType, const String& fileExtension);
|
||||
|
||||
/* @internal */
|
||||
/** @internal */
|
||||
static StringArray getMimeTypesForFileExtension (const String& fileExtension);
|
||||
|
||||
/* @internal */
|
||||
/** @internal */
|
||||
static StringArray getFileExtensionsForMimeType (const String& mimeType);
|
||||
|
||||
};
|
||||
|
||||
} // namespace juce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue