From 9df1029f04c9a10cf312a55bf4379cf7d74825f0 Mon Sep 17 00:00:00 2001 From: hybrid Date: Fri, 24 Oct 2008 22:43:31 +0000 Subject: [PATCH] Correct comment for doxygen git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1645 dfc29bdd-3216-0410-991c-e03cc46cb475 --- include/ISceneNodeAnimator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ISceneNodeAnimator.h b/include/ISceneNodeAnimator.h index 23cb353d..394c5305 100644 --- a/include/ISceneNodeAnimator.h +++ b/include/ISceneNodeAnimator.h @@ -46,8 +46,8 @@ namespace scene virtual ISceneNodeAnimator* createClone(ISceneNode* node, ISceneManager* newManager=0) = 0; //! Returns true if this animator receives events. - //! When attached to the an active camera, this animator will be able to respond to events - //! such as mouse and keyboard events. + /** When attached to the an active camera, this animator will be able to respond to events + such as mouse and keyboard events. */ virtual bool isEventReceiverEnabled() const { return false;