From f93b0cd5efa33a572489bc837010a60701eafc53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 14 May 2013 16:33:54 +0200 Subject: [PATCH] Doxygen workarounds. --- src/SceneGraph/instantiation.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SceneGraph/instantiation.cpp b/src/SceneGraph/instantiation.cpp index d9dee0f08..b3db08d88 100644 --- a/src/SceneGraph/instantiation.cpp +++ b/src/SceneGraph/instantiation.cpp @@ -36,6 +36,7 @@ namespace Magnum { namespace SceneGraph { +#ifndef DOXYGEN_GENERATING_OUTPUT template class AbstractObject<2, Float>; template class AbstractObject<3, Float>; template class AbstractTransformation<2, Float>; @@ -57,5 +58,6 @@ template class MAGNUM_SCENEGRAPH_EXPORT Object>; template class MAGNUM_SCENEGRAPH_EXPORT Object>; template class MAGNUM_SCENEGRAPH_EXPORT Object>; template class MAGNUM_SCENEGRAPH_EXPORT Object>; +#endif }}