From 9d84f61f453ec1789723234ab0ad3214b27c0151 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Mon, 19 Feb 2001 16:06:52 +0000
Subject: [PATCH] Changed @returns to correct doc++/doxygen keyword @return.

---
 src/ui/image.cpp | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/ui/image.cpp b/src/ui/image.cpp
index b0e3d0d81..db5f7de31 100644
--- a/src/ui/image.cpp
+++ b/src/ui/image.cpp
@@ -9,11 +9,10 @@
 //	   FreeCraft - A free fantasy real time strategy game engine
 //
 /**@name image.c	-	The standard images. */
-/*
-**	(c) Copyright 1998-2000 by Lutz Sammer
-**
-**	$Id$
-*/
+//
+//	(c) Copyright 1998-2001 by Lutz Sammer
+//
+//	$Id$
 
 //@{
 
@@ -130,7 +129,7 @@ global void LoadImages(unsigned int race)
 **
 **	@param image	Image number (=index).
 **
-**	@returns	The image width.
+**	@return		The image width.
 */
 global int ImageWidth(int image)
 {
@@ -142,7 +141,7 @@ global int ImageWidth(int image)
 **
 **	@param image	Image number (=index).
 **
-**	@returns	The image height.
+**	@return		The image height.
 */
 global int ImageHeight(int image)
 {