From cf725332c9425ad188f9d3221c4033c219093b65 Mon Sep 17 00:00:00 2001 From: James Turk Date: Wed, 4 Dec 2002 23:58:54 +0000 Subject: [PATCH] Doxygen fixes. --- include/ZE_ZEngine.h | 4 ++-- include/ZEngine.h | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/ZE_ZEngine.h b/include/ZE_ZEngine.h index f7de9d3..30610d4 100644 --- a/include/ZE_ZEngine.h +++ b/include/ZE_ZEngine.h @@ -13,7 +13,7 @@ File: ZE_ZEngine.h
Description: Header file for ZEngine class, the core of the ZEngine.
Author(s): James Turk
-$Id: ZE_ZEngine.h,v 1.4 2002/12/03 06:19:43 cozman Exp $
+$Id: ZE_ZEngine.h,v 1.5 2002/12/04 23:58:54 cozman Exp $
\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 currently 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. **/ diff --git a/include/ZEngine.h b/include/ZEngine.h index 33e9d77..ef4b304 100644 --- a/include/ZEngine.h +++ b/include/ZEngine.h @@ -3,7 +3,7 @@ File: ZEngine.h
Description: Public Header File for ZEngine.
Author(s): James Turk
-$Id: ZEngine.h,v 1.5 2002/12/04 22:47:13 cozman Exp $
+$Id: ZEngine.h,v 1.6 2002/12/04 23:58:54 cozman Exp $
\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 $
and making the engine much faster in most test cases.
\section Licensing Licensing -
+    
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/ -
+ \section Authors Contributing Authors +
James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes Gamer Tazar tazar@conceptofzero.net - OpenGL assistance **/ @@ -56,3 +55,4 @@ $Id: ZEngine.h,v 1.5 2002/12/04 22:47:13 cozman Exp $
#include "ZE_ZSound.h" #include "ZE_ZMusic.h" #endif +