From 96166663f1555d054fa65035782ae23242860248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 3 Jul 2013 02:03:03 +0200 Subject: [PATCH] Doxygen fixes. --- src/Plugins/TgaImageConverter/TgaImageConverter.h | 2 ++ src/Plugins/TgaImporter/TgaImporter.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/Plugins/TgaImageConverter/TgaImageConverter.h b/src/Plugins/TgaImageConverter/TgaImageConverter.h index 9da2320df..472bfaa4a 100644 --- a/src/Plugins/TgaImageConverter/TgaImageConverter.h +++ b/src/Plugins/TgaImageConverter/TgaImageConverter.h @@ -30,12 +30,14 @@ #include +#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 { diff --git a/src/Plugins/TgaImporter/TgaImporter.h b/src/Plugins/TgaImporter/TgaImporter.h index 3f3b5d80f..2bc6e9cbf 100644 --- a/src/Plugins/TgaImporter/TgaImporter.h +++ b/src/Plugins/TgaImporter/TgaImporter.h @@ -31,12 +31,14 @@ #include #include +#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 {