Browse Source

Make Doxygen spit less warnings.

Oh where are the times when Doxygen didn't spit ANY warning.
pull/23/head
Vladimír Vondruš 13 years ago
parent
commit
a62869cb8b
  1. 4
      src/ImageFormat.h
  2. 2
      src/Text/TextRenderer.cpp

4
src/ImageFormat.h

@ -35,13 +35,13 @@ namespace Magnum {
/**
@copybrief ColorFormat
@deprecated Use @ref ColorFormat instead.
@deprecated Use @ref Magnum::ColorFormat "ColorFormat" instead.
*/
typedef ColorFormat ImageFormat;
/**
@copybrief ColorType
@deprecated Use @ref ColorType instead.
@deprecated Use @ref Magnum::ColorType "ColorType" instead.
*/
typedef ColorType ImageType;

2
src/Text/TextRenderer.cpp

@ -359,7 +359,9 @@ void AbstractTextRenderer::render(const std::string& text) {
delete layouter;
}
#ifndef DOXYGEN_GENERATING_OUTPUT
template class MAGNUM_TEXT_EXPORT TextRenderer<2>;
template class MAGNUM_TEXT_EXPORT TextRenderer<3>;
#endif
}}

Loading…
Cancel
Save