1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

Change 'after function'-style doxygen comment to normal.

This commit is contained in:
Sergey Fukanchik 2018-09-24 14:59:10 +03:00
parent f00f35ba86
commit b2a52a5b6c

View File

@ -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;