Browse Source

Doxygen fixes.

pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
96166663f1
  1. 2
      src/Plugins/TgaImageConverter/TgaImageConverter.h
  2. 2
      src/Plugins/TgaImporter/TgaImporter.h

2
src/Plugins/TgaImageConverter/TgaImageConverter.h

@ -30,12 +30,14 @@
#include <Trade/AbstractImageConverter.h>
#ifndef DOXYGEN_GENERATING_OUTPUT
#ifdef TgaImageConverter_EXPORTS
#define MAGNUM_TRADE_TGAIMAGECONVERTER_EXPORT CORRADE_VISIBILITY_EXPORT
#else
#define MAGNUM_TRADE_TGAIMAGECONVERTER_EXPORT CORRADE_VISIBILITY_IMPORT
#endif
#define MAGNUM_TRADE_TGAIMAGECONVERTER_LOCAL CORRADE_VISIBILITY_LOCAL
#endif
namespace Magnum { namespace Trade {

2
src/Plugins/TgaImporter/TgaImporter.h

@ -31,12 +31,14 @@
#include <Utility/Visibility.h>
#include <Trade/AbstractImporter.h>
#ifndef DOXYGEN_GENERATING_OUTPUT
#ifdef TgaImporter_EXPORTS
#define MAGNUM_TRADE_TGAIMPORTER_EXPORT CORRADE_VISIBILITY_EXPORT
#else
#define MAGNUM_TRADE_TGAIMPORTER_EXPORT CORRADE_VISIBILITY_IMPORT
#endif
#define MAGNUM_TRADE_TGAIMPORTER_LOCAL CORRADE_VISIBILITY_LOCAL
#endif
namespace Magnum { namespace Trade {

Loading…
Cancel
Save