diff --git a/doc/file-formats.dox b/doc/file-formats.dox index 08d77c8d1..4548a40c9 100644 --- a/doc/file-formats.dox +++ b/doc/file-formats.dox @@ -30,15 +30,15 @@ namespace Magnum { @tableofcontents @m_footernavigation -The @ref Trade::AnyImageImporter "AnyImageImporter", -@ref Trade::AnySceneImporter "AnySceneImporter", -@ref Trade::AnyImageConverter "AnyImageConverter", -@ref Trade::AnySceneConverter "AnySceneConverter" and other `Any*` plugins can -be used for generic handling of any of the recognized formats, they'll proxy -the operation to a concrete plugin implementation. The following tables list -the most widely used formats with alternative plugin implementations and known -caveats for each. When one format is supported by more than one plugin, you -can use @ref Corrade::PluginManager::AbstractManager::setPreferredPlugins() to +The @ref Audio::AnyImporter "AnyAudioImporter", +@relativeref{Trade,AnyImageImporter}, @relativeref{Trade,AnySceneImporter}, +@relativeref{Trade,AnyImageConverter}, @relativeref{Trade,AnySceneConverter} +and @ref ShaderTools::AnyConverter "AnyShaderConverter" plugins can be used for +generic handling of any of the recognized formats, they'll proxy the operation +to a concrete plugin implementation. The following tables list the most widely +used formats with alternative plugin implementations and known caveats for +each. When one format is supported by more than one plugin, you can use +@ref Corrade::PluginManager::AbstractManager::setPreferredPlugins() to prioritize a particular plugin implementation. See the @ref file-formats-legend section at the bottom of the page for a diff --git a/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h b/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h index 730adffca..01637d825 100644 --- a/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h +++ b/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h @@ -56,8 +56,8 @@ namespace Magnum { namespace Trade { Detects file type based on file extension, loads corresponding plugin and then tries to open the file with it. Supported formats: -- Basis Universal (`*.basis`), loaded @ref BasisImporter or any other plugin - that provides it +- Basis Universal (`*.basis` or data with corresponding signature), loaded + with @ref BasisImporter or any other plugin that provides it - Windows Bitmap (`*.bmp`), loaded with any plugin that provides `BmpImporter` - DirectDraw Surface (`*.dds` or data with corresponding signature), loaded with @ref DdsImporter or any other plugin that provides it