1
0
Fork 0
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:
Tom Poole 2023-07-17 17:46:45 +01:00
parent 242e93e41e
commit ff835be2ac
25 changed files with 170 additions and 59 deletions

View file

@ -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