Browse Source

Exclude visibility macros from documentation.

pull/34/head
Vladimír Vondruš 14 years ago
parent
commit
192fab0d6c
  1. 2
      src/Plugins/TgaImporter/TgaImporter.h

2
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 {

Loading…
Cancel
Save