From b2a52a5b6c1ba97ee3d5bab99cfb66a675e3ad78 Mon Sep 17 00:00:00 2001 From: Sergey Fukanchik Date: Mon, 24 Sep 2018 14:59:10 +0300 Subject: [PATCH] Change 'after function'-style doxygen comment to normal. --- apps/openmw/mwbase/world.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwbase/world.hpp b/apps/openmw/mwbase/world.hpp index 330babf09..f44e6593b 100644 --- a/apps/openmw/mwbase/world.hpp +++ b/apps/openmw/mwbase/world.hpp @@ -446,8 +446,8 @@ namespace MWBase Rest_EnemiesAreNearby = 3 }; + /// check if the player is allowed to rest virtual RestPermitted canRest() const = 0; - ///< check if the player is allowed to rest /// \todo Probably shouldn't be here virtual MWRender::Animation* getAnimation(const MWWorld::Ptr &ptr) = 0;