diff --git a/src/Magnum/ShaderTools/AbstractConverter.h b/src/Magnum/ShaderTools/AbstractConverter.h index 7a1f96f1f..556533510 100644 --- a/src/Magnum/ShaderTools/AbstractConverter.h +++ b/src/Magnum/ShaderTools/AbstractConverter.h @@ -336,11 +336,10 @@ converter plugins. As each converter has different requirements on the source, its format and options set, you're expected to perform error handling on the application side --- if a conversion or linking fails, you get an empty -@relativeref{Corrade,Containers::Optional} / -@relativeref{Corrade,Containers::Array} or @cpp false @ce and a reason printed -to the error output. Everything else (using a feature not implemented in the -converter, ...) is treated as a programmer error and will produce the usual -assertions. +@relativeref{Corrade,Containers::Optional} or @cpp false @ce and a reason +printed to @relativeref{Magnum,Error}. Everything else (using a feature not +implemented in the converter, ...) is treated as a programmer error and will +produce the usual assertions. @m_class{m-note m-success} diff --git a/src/Magnum/Trade/AbstractImageConverter.h b/src/Magnum/Trade/AbstractImageConverter.h index e2fb74bd9..312ea0e21 100644 --- a/src/Magnum/Trade/AbstractImageConverter.h +++ b/src/Magnum/Trade/AbstractImageConverter.h @@ -492,11 +492,10 @@ what the particular converter supports, @ref convertToFile(), As each converter has different requirements and supports different pixel formats, you're expected to perform error handling on the application side --- if a conversion fails, you get an empty -@relativeref{Corrade,Containers::Optional} / -@relativeref{Corrade,Containers::Array} or @cpp false @ce and a reason printed -to the error output. Everything else (using a feature not implemented in the -converter, ...) is treated as a programmer error and will produce the usual -assertions. +@relativeref{Corrade,Containers::Optional} or @cpp false @ce and a reason +printed to @relativeref{Magnum,Error}. Everything else (using a feature not +implemented in the converter, ...) is treated as a programmer error and will +produce the usual assertions. @subsection Trade-AbstractImageConverter-usage-file Saving an image to a file diff --git a/src/Magnum/Trade/AbstractSceneConverter.h b/src/Magnum/Trade/AbstractSceneConverter.h index 14d03ad4d..131217d25 100644 --- a/src/Magnum/Trade/AbstractSceneConverter.h +++ b/src/Magnum/Trade/AbstractSceneConverter.h @@ -192,11 +192,10 @@ what the particular converter supports, @ref convertToFile(), As each converter has different requirements on the input data layout and vertex formats, you're expected to perform error handling on the application side --- if a conversion fails, you get an empty -@relativeref{Corrade,Containers::Optional} / -@relativeref{Corrade,Containers::Array} or @cpp false @ce and a reason printed -to the error output. Everything else (using a feature not implemented in the -converter, ...) is treated as a programmer error and will produce the usual -assertions. +@relativeref{Corrade,Containers::Optional} or @cpp false @ce and a reason +printed to @relativeref{Magnum,Error}. Everything else (using a feature not +implemented in the converter, ...) is treated as a programmer error and will +produce the usual assertions. @subsection Trade-AbstractSceneConverter-usage-file Saving a mesh to a file