Browse Source

doc: the thing cannot link to a function in a parent class anymore.

Not sure what's going on in there. Fortunately it's just a single
occurence, not 1000, so I'm going to work around it and happily forget.
pull/650/head
Vladimír Vondruš 2 years ago
parent
commit
c28e69043b
  1. 4
      src/Magnum/PixelStorage.h

4
src/Magnum/PixelStorage.h

@ -152,8 +152,8 @@ Descibes how to interpret data which are read from or stored into
@ref CompressedImage, @ref CompressedImageView, @ref Trade::ImageData or for
example @ref GL::CompressedBufferImage.
Includes all parameters from @ref PixelStorage, except for @ref alignment(),
which is ignored for compressed images.
Includes all parameters from @ref PixelStorage, except for
@relativeref{PixelStorage,alignment()}, which is ignored for compressed images.
*/
class MAGNUM_EXPORT CompressedPixelStorage: public PixelStorage {
public:

Loading…
Cancel
Save