From c1f8d7c20aa0271a9e961deacceac44c8b3f754f Mon Sep 17 00:00:00 2001 From: uramer Date: Sun, 19 Jun 2022 17:31:18 +0200 Subject: [PATCH] Make comment style consistently inconsistent --- apps/openmw/mwworld/class.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwworld/class.hpp b/apps/openmw/mwworld/class.hpp index dcef942367..8b62d21064 100644 --- a/apps/openmw/mwworld/class.hpp +++ b/apps/openmw/mwworld/class.hpp @@ -221,7 +221,7 @@ namespace MWWorld ///< Returns encumbrance re-scaled to capacity virtual bool consume(const MWWorld::Ptr& consumable, const MWWorld::Ptr& actor) const; - /// Consume an item, e. g. a potion. + ///< Consume an item, e. g. a potion. virtual void skillUsageSucceeded (const MWWorld::Ptr& ptr, int skill, int usageType, float extraFactor=1.f) const; ///< Inform actor \a ptr that a skill use has succeeded.