Changed @returns to correct doc++/doxygen keyword @return.
This commit is contained in:
parent
fa7c1965af
commit
9d84f61f45
1 changed files with 6 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue