From 9c4f8f033c1debb1583ec45533e4c0487a579ac0 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 4 Jun 2013 12:55:41 +0000 Subject: cEntity: fixed doxy comments git-svn-id: http://mc-server.googlecode.com/svn/trunk@1551 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Entity.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source') diff --git a/source/Entity.h b/source/Entity.h index 713cdf70d..b1bcbfd7f 100644 --- a/source/Entity.h +++ b/source/Entity.h @@ -173,7 +173,7 @@ public: */ virtual void SpawnOn(cClientHandle & a_Client) {ASSERT(!"SpawnOn() unimplemented!"); } - //Updates clients of changes in the entity. + /// Updates clients of changes in the entity. virtual void BroadcastMovementUpdate(const cClientHandle * a_Exclude = NULL); /// Attaches to the specified entity; detaches from any previous one first @@ -182,13 +182,13 @@ public: /// Detaches from the currently attached entity, if any void Detach(void); - //Makes sure head yaw is not over the specified range. + /// Makes sure head yaw is not over the specified range. void WrapHeadYaw(); - //Makes sure rotation is not over the specified range. + /// Makes sure rotation is not over the specified range. void WrapRotation(); - //Makes speed is not over 20. Max speed is 20 blocks / second + /// Makes speed is not over 20. Max speed is 20 blocks / second void WrapSpeed(); // tolua_begin -- cgit v1.2.3