diff --git a/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h b/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h index 33139fd84..ea875670d 100644 --- a/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h +++ b/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h @@ -61,8 +61,8 @@ tries to convert the file with it. Supported formats for uncompressed data: 2D/3D images. - Windows Bitmap (`*.bmp`), converted with any plugin that provides `BmpImageConverter`. Only uncompressed 2D images. -- OpenEXR (`*.exr`), converted with any plugin that provides - `OpenExrImageConverter`. Only uncompressed 2D/3D and multi-level 2D/3D +- OpenEXR (`*.exr`), converted with @ref OpenExrImageConverter or any other + plugin that provides it. Only uncompressed 2D/3D and multi-level 2D/3D images. - Radiance HDR (`*.hdr`), converted with any plugin that provides `HdrImageConverter`. Only uncompressed 2D images. diff --git a/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h b/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h index 048e0257d..8ceeabc1b 100644 --- a/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h +++ b/src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h @@ -65,8 +65,8 @@ Supported formats: with @ref DdsImporter or any other plugin that provides it - Graphics Interchange Format (`*.gif`), loaded with any plugin that provides `GifImporter` -- OpenEXR (`*.exr` or data with corresponding signature), loaded with any - plugin that provides `OpenExrImporter` +- OpenEXR (`*.exr` or data with corresponding signature), loaded with + @ref OpenExrImporter or any other plugin that provides it - Radiance HDR (`*.hdr` or data with corresponding signature), loaded with any plugin that provides `HdrImporter` - Windows icon/cursor (`*.ico`, `*.cur`), loaded with @ref IcoImporter or any