1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 22:15:32 +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;