From 192fab0d6c49f9a85cebb70d50dece12240a0f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 23 May 2012 10:38:59 +0200 Subject: [PATCH] Exclude visibility macros from documentation. --- src/Plugins/TgaImporter/TgaImporter.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Plugins/TgaImporter/TgaImporter.h b/src/Plugins/TgaImporter/TgaImporter.h index 8aa30cdc7..421a0d032 100644 --- a/src/Plugins/TgaImporter/TgaImporter.h +++ b/src/Plugins/TgaImporter/TgaImporter.h @@ -21,6 +21,7 @@ #include "Trade/AbstractImporter.h" +#ifndef DOXYGEN_GENERATING_OUTPUT #ifdef _WIN32 #ifdef TgaImporter_EXPORTS #define TGAIMPORTER_EXPORT __declspec(dllexport) @@ -32,6 +33,7 @@ #define TGAIMPORTER_EXPORT __attribute__ ((visibility ("default"))) #define TGAIMPORTER_LOCAL __attribute__ ((visibility ("hidden"))) #endif +#endif namespace Magnum { namespace Trade { namespace TgaImporter {