Doxygen fixes.

This commit is contained in:
James Turk 2002-12-04 23:58:54 +00:00
parent fca7e92b44
commit cf725332c9
2 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@
File: ZE_ZEngine.h <br>
Description: Header file for ZEngine class, the core of the ZEngine. <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
\brief Definition file for core ZEngine class.
@ -325,7 +325,7 @@ class ZEngine
/*!
\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.
\return State of requested key.
**/

View File

@ -3,7 +3,7 @@
File: ZEngine.h <br>
Description: Public Header File for ZEngine. <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
\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>
\section Licensing Licensing
<br><pre>
<br>
This file is Part of the ZEngine Library for SDL Game Development.
Copyright (C) 2002 ConceptOfZero.net
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/
</pre>
\section Authors Contributing Authors
<br>
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
**/
@ -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_ZMusic.h"
#endif