Browse Source

Doc++

pull/527/head
Vladimír Vondruš 5 years ago
parent
commit
99395eb69a
  1. 18
      doc/file-formats.dox
  2. 4
      src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h

18
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

4
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

Loading…
Cancel
Save