Doxygen fixes.
This commit is contained in:
parent
fca7e92b44
commit
cf725332c9
@ -13,7 +13,7 @@
|
|||||||
File: ZE_ZEngine.h <br>
|
File: ZE_ZEngine.h <br>
|
||||||
Description: Header file for ZEngine class, the core of the ZEngine. <br>
|
Description: Header file for ZEngine class, the core of the ZEngine. <br>
|
||||||
Author(s): James Turk <br>
|
Author(s): James Turk <br>
|
||||||
$Id: ZE_ZEngine.h,v 1.4 2002/12/03 06:19:43 cozman Exp $<br>
|
$Id: ZE_ZEngine.h,v 1.5 2002/12/04 23:58:54 cozman Exp $<br>
|
||||||
|
|
||||||
\file ZE_ZEngine.h
|
\file ZE_ZEngine.h
|
||||||
\brief Definition file for core ZEngine class.
|
\brief Definition file for core ZEngine class.
|
||||||
@ -325,7 +325,7 @@ class ZEngine
|
|||||||
/*!
|
/*!
|
||||||
\brief Find the state of a key.
|
\brief Find the state of a key.
|
||||||
|
|
||||||
Function returns true/false based on if key is <u>currently</u> pressed or not.
|
Function returns true/false based on if key is currently pressed or not.
|
||||||
\param key Code of key to find status of.
|
\param key Code of key to find status of.
|
||||||
\return State of requested key.
|
\return State of requested key.
|
||||||
**/
|
**/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
File: ZEngine.h <br>
|
File: ZEngine.h <br>
|
||||||
Description: Public Header File for ZEngine. <br>
|
Description: Public Header File for ZEngine. <br>
|
||||||
Author(s): James Turk <br>
|
Author(s): James Turk <br>
|
||||||
$Id: ZEngine.h,v 1.5 2002/12/04 22:47:13 cozman Exp $<br>
|
$Id: ZEngine.h,v 1.6 2002/12/04 23:58:54 cozman Exp $<br>
|
||||||
|
|
||||||
\file ZEngine.h
|
\file ZEngine.h
|
||||||
\brief Header file for ZEngine.
|
\brief Header file for ZEngine.
|
||||||
@ -29,16 +29,15 @@ $Id: ZEngine.h,v 1.5 2002/12/04 22:47:13 cozman Exp $<br>
|
|||||||
and making the engine much faster in most test cases.<br>
|
and making the engine much faster in most test cases.<br>
|
||||||
|
|
||||||
\section Licensing Licensing
|
\section Licensing Licensing
|
||||||
<br><pre>
|
<br>
|
||||||
This file is Part of the ZEngine Library for SDL Game Development.
|
This file is Part of the ZEngine Library for SDL Game Development.
|
||||||
Copyright (C) 2002 ConceptOfZero.net
|
Copyright (C) 2002 ConceptOfZero.net
|
||||||
|
|
||||||
Licensed under the BSD License, see licensing.txt.
|
Licensed under the BSD License, see licensing.txt.
|
||||||
|
The maintainer of this library is James Turk (james @ conceptofzero.net)
|
||||||
The maintainer of this library is James Turk (james@conceptofzero.net)
|
|
||||||
and the home of this Library is http://www.conceptofzero.net/
|
and the home of this Library is http://www.conceptofzero.net/
|
||||||
</pre>
|
|
||||||
\section Authors Contributing Authors
|
\section Authors Contributing Authors
|
||||||
|
<br>
|
||||||
James Turk <a href="james@conceptofzero.net">james@conceptofzero.net</a> - Core Engine, Design, Docs, and Classes
|
James Turk <a href="james@conceptofzero.net">james@conceptofzero.net</a> - Core Engine, Design, Docs, and Classes
|
||||||
Gamer Tazar <a href="tazar@conceptofzero.net">tazar@conceptofzero.net</a> - OpenGL assistance
|
Gamer Tazar <a href="tazar@conceptofzero.net">tazar@conceptofzero.net</a> - OpenGL assistance
|
||||||
**/
|
**/
|
||||||
@ -56,3 +55,4 @@ $Id: ZEngine.h,v 1.5 2002/12/04 22:47:13 cozman Exp $<br>
|
|||||||
#include "ZE_ZSound.h"
|
#include "ZE_ZSound.h"
|
||||||
#include "ZE_ZMusic.h"
|
#include "ZE_ZMusic.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user