fixed doxygen arguments
This commit is contained in:
parent
0887aab5ce
commit
252982c38a
@ -13,7 +13,7 @@
|
|||||||
File: ZE_ZImage.h <br>
|
File: ZE_ZImage.h <br>
|
||||||
Description: Header file for core ZEngine Image and Texture Object. <br>
|
Description: Header file for core ZEngine Image and Texture Object. <br>
|
||||||
Author(s): James Turk, Gamer Tazar <br>
|
Author(s): James Turk, Gamer Tazar <br>
|
||||||
$Id: ZE_ZImage.h,v 1.8 2003/01/16 05:46:39 cozman Exp $<br>
|
$Id: ZE_ZImage.h,v 1.9 2003/01/18 22:22:37 cozman Exp $<br>
|
||||||
|
|
||||||
\file ZE_ZImage.h
|
\file ZE_ZImage.h
|
||||||
\brief Definition file for ZImage.
|
\brief Definition file for ZImage.
|
||||||
@ -63,6 +63,14 @@ class ZImage : public ZObject
|
|||||||
**/
|
**/
|
||||||
ZImage();
|
ZImage();
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\brief Copy constructor for ZImage.
|
||||||
|
|
||||||
|
Creates one ZImage using another.
|
||||||
|
\param rhs A previously created ZImage to copy.
|
||||||
|
**/
|
||||||
|
ZImage::ZImage(const ZImage &rhs);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Constructor to Construct from File.
|
\brief Constructor to Construct from File.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user