diff --git a/include/ZE_Defines.h b/include/ZE_Defines.h
index 9b67f6d..05cf6a0 100644
--- a/include/ZE_Defines.h
+++ b/include/ZE_Defines.h
@@ -9,16 +9,12 @@
*******************************************************************************/
/*!
-\par File Header:
-File: ZE_Defines.h
-Description: Defines header file for ZEngine class, where all #define statements to control compilation options are placed.
-Author(s): James Turk
-$Id: ZE_Defines.h,v 1.13 2003/05/07 18:38:43 cozman Exp $
-
\file ZE_Defines.h
- \brief Define file for ZEngine.
+ \brief Define file for ZEngine where all #define statements to control compilation options are placed.
Definition file, holds #define statements describing optional features of ZEngine.
+
$ id: ZE_Defines.h,v 1.13 2003/05/07 18:38:43 cozman Exp $
+ \author James Turk
**/
#ifndef __ze_defines_h__
diff --git a/include/ZE_Includes.h b/include/ZE_Includes.h
index 9ffd8f4..9ae0de4 100644
--- a/include/ZE_Includes.h
+++ b/include/ZE_Includes.h
@@ -9,17 +9,13 @@
*******************************************************************************/
/*!
-\par File Header:
-File: ZE_Includes.h
-Description: Header file for ZEngine universal includes.
-Author(s): James Turk
-$Id: ZE_Includes.h,v 1.8 2003/04/27 22:05:25 cozman Exp $
-
\file ZE_Includes.h
\brief Include file for SDL and C++ Includes that many ZEngine files need.
ZE_*.h files should only include this file and any other ZE_*.h files that they need, External Library or C/C++ Standard Library
files should be included from within this file.
+ $ id: ZE_Includes.h,v 1.8 2003/04/27 22:05:25 cozman Exp $
+ \author James Turk
**/
#ifndef __ze_includes_h__
diff --git a/include/ZE_Utility.h b/include/ZE_Utility.h
index 4ded00b..22768d2 100755
--- a/include/ZE_Utility.h
+++ b/include/ZE_Utility.h
@@ -9,19 +9,16 @@
*******************************************************************************/
/*!
-\par File Header:
-File: ZE_Utility.h
-Description: Header file for ZEngine Utilities.
-Author(s): James Turk
-$Id: ZE_Utility.h,v 1.2 2003/04/28 02:01:20 cozman Exp $
-
\file ZE_Utility.h
\brief Definition file for ZEngine Utilities.
Definition file for ZEngine Utilities which are used throughout the engine and can be used in
conjunction with ZEngine.
+
$ id: $
+ \author James Turk
**/
+
#ifndef __ze_utility_h__
#define __ze_utility_h__
diff --git a/include/ZE_ZClient.h b/include/ZE_ZClient.h
index 560e4bc..8a12e44 100755
--- a/include/ZE_ZClient.h
+++ b/include/ZE_ZClient.h
@@ -9,16 +9,12 @@
*******************************************************************************/
/*!
-\par File Header:
-File: ZE_ZClient.h
-Description: Header file for core ZEngine TCP Client Object.
-Author(s): James Turk
-$Id: ZE_ZClient.h,v 1.4 2003/04/27 22:05:25 cozman Exp $
-
\file ZE_ZClient.h
\brief Definition file for ZClient.
Definition file for ZClient, the TCP Client class for ZEngine.
+
$ id: $
+ \author James Turk
**/
#ifndef __ze_zclient_h__
diff --git a/include/ZE_ZConfigFile.h b/include/ZE_ZConfigFile.h
index c82d2b1..e21f949 100644
--- a/include/ZE_ZConfigFile.h
+++ b/include/ZE_ZConfigFile.h
@@ -9,16 +9,12 @@
*******************************************************************************/
/*!
-\par File Header:
-File: Types/ZE_ZConfigFile.h
-Description: Header file for ZEngine INI-Style Config Files.
-Author(s): James Turk
-$Id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $
-
\file ZE_ZConfigFile.h
\brief Definition file for ZConfigFile.
-
- Definition file for ZConfigFile, an INI-style Config format.
+
+ Definition file for ZConfigFile, an INI-style config file format.
+ $ id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $
+ \author James Turk
**/
diff --git a/include/ZE_ZEngine.h b/include/ZE_ZEngine.h
index 6c53b58..a85c4f3 100644
--- a/include/ZE_ZEngine.h
+++ b/include/ZE_ZEngine.h
@@ -9,16 +9,12 @@
*******************************************************************************/
/*!
-\par File Header:
-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.24 2003/04/28 00:23:06 cozman Exp $
-
\file ZE_ZEngine.h
\brief Definition file for core ZEngine class.
ZEngine Game Engine core Engine definition.
+
$ id: $
+ \author James Turk
**/
#ifndef __ze_zengine_h__
diff --git a/include/ZE_ZError.h b/include/ZE_ZError.h
index f3d3bf8..ea025b7 100755
--- a/include/ZE_ZError.h
+++ b/include/ZE_ZError.h
@@ -9,17 +9,13 @@
*******************************************************************************/
/*!
-\par File Header:
-File: ZE_ZError.h
-Description: Header file for ZEngine Error Object.
-Author(s): James Turk
-$Id: ZE_ZError.h,v 1.7 2003/03/01 20:42:52 cozman Exp $
-
\file ZE_ZError.h
\brief Definition file for ZError.
Definition file for ZError, the Error logging class for ZEngine.
This class should never be used by the average user, it is used by ZEngine to store information on an error.
+
$ id: $
+ \author James Turk
**/
#ifndef __ze_zerror_h__
diff --git a/include/ZE_ZFont.h b/include/ZE_ZFont.h
index c4899c3..eb82ec3 100644
--- a/include/ZE_ZFont.h
+++ b/include/ZE_ZFont.h
@@ -9,16 +9,12 @@
*******************************************************************************/
/*!
-\par File Header:
-File: ZE_ZFont.h
-Description: Header file for core ZEngine Font Object.
-Author(s): James Turk
-$Id: ZE_ZFont.h,v 1.6 2003/02/10 04:40:16 cozman Exp $
-
\file ZE_ZFont.h
\brief Definition file for ZFont.
Definition file for ZFont, the basic Font class for ZEngine.
+
$ id: $
+ \author James Turk
**/
#ifndef __ze_zfont_h__
diff --git a/include/ZE_ZImage.h b/include/ZE_ZImage.h
index ec3fd27..f341a51 100644
--- a/include/ZE_ZImage.h
+++ b/include/ZE_ZImage.h
@@ -9,16 +9,12 @@
*******************************************************************************/
/*!
-\par File Header:
-File: ZE_ZImage.h
-Description: Header file for core ZEngine Image and Texture Object.
-Author(s): James Turk, Gamer Tazar
-$Id: ZE_ZImage.h,v 1.16 2003/02/10 05:26:18 cozman Exp $
-
\file ZE_ZImage.h
\brief Definition file for ZImage.
Definition file for ZImage, the OpenGL version of the ZImage class for ZEngine.
+
$ id: $
+ \author James Turk
**/
#ifndef __ze_zimage_h__
diff --git a/include/ZE_ZMusic.h b/include/ZE_ZMusic.h
index 4ea7152..6b8baa3 100644
--- a/include/ZE_ZMusic.h
+++ b/include/ZE_ZMusic.h
@@ -9,16 +9,12 @@
*******************************************************************************/
/*!
-\par File Header:
-File: ZE_ZMusic.h
-Description: Header file for core ZEngine Music Wrapper Object.
-Author(s): James Turk
-$Id: ZE_ZMusic.h,v 1.6 2003/02/10 04:40:16 cozman Exp $
-
\file ZE_ZMusic.h
\brief Definition file for ZMusic.
Definition file for ZMusic, the Music file wrapper for ZEngine.
+
$ id: $
+ \author James Turk
**/
#ifndef __ze_zmusic_h__
diff --git a/include/ZE_ZRect.h b/include/ZE_ZRect.h
index 551790c..c854b40 100644
--- a/include/ZE_ZRect.h
+++ b/include/ZE_ZRect.h
@@ -9,16 +9,12 @@
*******************************************************************************/
/*!
-\par File Header:
-File: ZE_ZRect.h
-Description: Header file for core ZEngine Rectangle Object.
-Author(s): James Turk
-$Id: ZE_ZRect.h,v 1.9 2003/02/16 21:54:29 cozman Exp $
-
\file ZE_ZRect.h
\brief Definition file for ZRect.
Definition file for ZRect, the Rectangle class for ZEngine.
+
$ id: $
+ \author James Turk
**/
#ifndef __ze_zrect_h__
diff --git a/include/ZE_ZServer.h b/include/ZE_ZServer.h
index ebae4ea..a3cb48b 100755
--- a/include/ZE_ZServer.h
+++ b/include/ZE_ZServer.h
@@ -9,16 +9,12 @@
*******************************************************************************/
/*!
-\par File Header:
-File: ZE_ZServer.h
-Description: Header file for core ZEngine TCP Server Object.
-Author(s): James Turk
-$Id: ZE_ZServer.h,v 1.5 2003/04/27 22:05:25 cozman Exp $
-
\file ZE_ZServer.h
\brief Definition file for ZServer.
Definition file for ZServer, the TCP Server class for ZEngine.
+
$ id: $
+ \author James Turk
**/
#ifndef __ze_zserver_h__
diff --git a/include/ZE_ZSound.h b/include/ZE_ZSound.h
index 4325bce..0ed4d8e 100644
--- a/include/ZE_ZSound.h
+++ b/include/ZE_ZSound.h
@@ -9,16 +9,12 @@
*******************************************************************************/
/*!
-\par File Header:
-File: ZE_ZSound.h
-Description: Header file for core ZEngine Sound Wrapper Object.
-Author(s): James Turk
-$Id: ZE_ZSound.h,v 1.6 2003/02/10 04:40:16 cozman Exp $
-
\file ZE_ZSound.h
\brief Definition file for ZSound.
Definition file for ZSound, the Sound Effect wrapper for ZEngine.
+
$ id: $
+ \author James Turk
**/
#ifndef __ze_zsound_h__
diff --git a/include/ZE_ZTimer.h b/include/ZE_ZTimer.h
index e8152cd..a77193c 100644
--- a/include/ZE_ZTimer.h
+++ b/include/ZE_ZTimer.h
@@ -9,16 +9,12 @@
*******************************************************************************/
/*!
-\par File Header:
-File: ZE_ZTimer.h
-Description: Header file for core ZEngine Timer Object.
-Author(s): James Turk
-$Id: ZE_ZTimer.h,v 1.6 2003/02/10 04:40:16 cozman Exp $
-
\file ZE_ZTimer.h
\brief Definition file for ZTimer.
Definition file for ZTimer, the Timer class for ZEngine.
+
$ id: $
+ \author James Turk
**/
#ifndef __ze_ztimer_h__
diff --git a/include/ZEngine.h b/include/ZEngine.h
index cd26a1c..643cfbe 100644
--- a/include/ZEngine.h
+++ b/include/ZEngine.h
@@ -1,15 +1,11 @@
/*!
-\par File Header:
-File: ZEngine.h
-Description: Public Header File for ZEngine.
-Author(s): James Turk
-$Id: ZEngine.h,v 1.24 2003/04/27 18:55:00 cozman Exp $
-
\file ZEngine.h
\brief Header file for ZEngine.
Header file for ZEngine Game Engine from Concept of Zero, this is the file that programs that wish to
utilize ZEngine should include.
+
$ id: $
+ \author James Turk
**/
/*!
diff --git a/src/ZE_Utility.cpp b/src/ZE_Utility.cpp
index ca69892..e9e7159 100755
--- a/src/ZE_Utility.cpp
+++ b/src/ZE_Utility.cpp
@@ -8,17 +8,13 @@
and the home of this Library is http://www.zengine.sourceforge.net
*******************************************************************************/
-/*!
-\par File Header:
-File: ZE_Utility.cpp
-Description: Implementation source file for ZEngine Utilities.
-Author(s): James Turk
-$Id: ZE_Utility.cpp,v 1.5 2003/04/28 02:01:20 cozman Exp $
-
+/**
\file ZE_Utility.cpp
\brief Source file for ZEngine utility functions.
Source file containing open utilities for use inside and alongside ZEngine.
+
$ id: $
+ \author James Turk
**/
#include "ZE_Utility.h"
diff --git a/src/ZE_ZClient.cpp b/src/ZE_ZClient.cpp
index 5ba8ee7..eb65169 100755
--- a/src/ZE_ZClient.cpp
+++ b/src/ZE_ZClient.cpp
@@ -8,17 +8,13 @@
and the home of this Library is http://www.zengine.sourceforge.net
*******************************************************************************/
-/*!
-\par File Header:
-File: ZE_ZClient.cpp
-Description: Implementation source file for core ZEngine TCP Client Object.
-Author(s): James Turk
-$Id: ZE_ZClient.cpp,v 1.5 2003/04/27 19:12:48 cozman Exp $
-
+/**
\file ZE_ZClient.cpp
\brief Source file for ZClient.
Implementation file for ZClient, the TCP Client class for ZEngine.
+
$ id: $
+ \author James Turk
**/
#include "ZE_ZClient.h"
diff --git a/src/ZE_ZConfigFile.cpp b/src/ZE_ZConfigFile.cpp
index 6c4bd59..28e876f 100644
--- a/src/ZE_ZConfigFile.cpp
+++ b/src/ZE_ZConfigFile.cpp
@@ -8,17 +8,13 @@
and the home of this Library is http://www.zengine.sourceforge.net
*******************************************************************************/
-/*!
-\par File Header:
-File: ZE_ZConfigFile.cpp
-Description: Implementation source file for ZConfigFile, the ZEngine INI-Style Config File.
-Author(s): James Turk
-$Id: ZE_ZConfigFile.cpp,v 1.8 2003/04/28 03:15:18 cozman Exp $
-
+/**
\file ZE_ZConfigFile.cpp
\brief Source file for ZConfigFile.
Implementation of ZConfigFile, the ZEngine INI-Style Config File.
+
$ id: $
+ \author James Turk
**/
#include "ZE_ZConfigFile.h"
diff --git a/src/ZE_ZEngine.cpp b/src/ZE_ZEngine.cpp
index 971c074..d74b1b9 100644
--- a/src/ZE_ZEngine.cpp
+++ b/src/ZE_ZEngine.cpp
@@ -8,17 +8,13 @@
and the home of this Library is http://www.zengine.sourceforge.net
*******************************************************************************/
-/*!
-\par File Header:
-File: ZE_ZEngine.cpp
-Description: Implementation source file for ZEngine library main singleton class.
-Author(s): James Turk
-$Id: ZE_ZEngine.cpp,v 1.38 2003/04/28 00:23:06 cozman Exp $
-
+/**
\file ZE_ZEngine.cpp
\brief Central source file for ZEngine.
Actual implementation of ZEngine singleton class, the core of ZEngine.
+
$ id: $
+ \author James Turk
**/
#include "ZE_ZEngine.h"
diff --git a/src/ZE_ZError.cpp b/src/ZE_ZError.cpp
index bbee534..72c9fd0 100755
--- a/src/ZE_ZError.cpp
+++ b/src/ZE_ZError.cpp
@@ -8,17 +8,13 @@
and the home of this Library is http://www.zengine.sourceforge.net
*******************************************************************************/
-/*!
-\par File Header:
-File: ZE_ZError.cpp
-Description: Implementation source file for core ZEngine Error Object.
-Author(s): James Turk
-$Id: ZE_ZError.cpp,v 1.5 2003/03/01 20:43:41 cozman Exp $
-
+/**
\file ZE_ZError.cpp
\brief Source file for ZError.
Implementation of ZError, the ZEngine internal error information storage class.
+
$ id: $
+ \author James Turk
**/
#include "ZE_ZError.h"
diff --git a/src/ZE_ZFont.cpp b/src/ZE_ZFont.cpp
index c9e3f02..592f74d 100644
--- a/src/ZE_ZFont.cpp
+++ b/src/ZE_ZFont.cpp
@@ -8,17 +8,13 @@
and the home of this Library is http://www.zengine.sourceforge.net
*******************************************************************************/
-/*!
-\par File Header:
-File: ZE_ZFont.cpp
-Description: Implementation source file for core ZEngine Font Object.
-Author(s): James Turk
-$Id: ZE_ZFont.cpp,v 1.8 2003/04/08 03:34:25 cozman Exp $
-
+/**
\file ZE_ZFont.cpp
\brief Source file for ZFont.
Implementation of ZFont, the basic Font class for ZEngine.
+
$ id: $
+ \author James Turk
**/
#include "ZE_ZFont.h"
diff --git a/src/ZE_ZImage.cpp b/src/ZE_ZImage.cpp
index bf3d341..b7c1623 100644
--- a/src/ZE_ZImage.cpp
+++ b/src/ZE_ZImage.cpp
@@ -8,17 +8,13 @@
and the home of this Library is http://www.zengine.sourceforge.net
*******************************************************************************/
-/*!
-\par File Header:
-File: ZE_ZImage.cpp
-Description: Implementation source file for core ZEngine Image or Texture Object.
-Author(s): James Turk, Gamer Tazar
-$Id: ZE_ZImage.cpp,v 1.30 2003/04/18 21:52:49 cozman Exp $
-
+/**
\file ZE_ZImage.cpp
\brief Source file for ZImage.
Implementation of ZImage, the Image class for ZEngine.
+
$ id: $
+ \author James Turk
**/
#include "ZE_ZImage.h"
diff --git a/src/ZE_ZMusic.cpp b/src/ZE_ZMusic.cpp
index 7a898f3..c00b4e0 100644
--- a/src/ZE_ZMusic.cpp
+++ b/src/ZE_ZMusic.cpp
@@ -8,17 +8,13 @@
and the home of this Library is http://www.zengine.sourceforge.net
*******************************************************************************/
-/*!
-\par File Header:
-File: ZE_ZMusic.cpp
-Description: Implementation source file for core ZEngine Music Object.
-Author(s): James Turk
-$Id: ZE_ZMusic.cpp,v 1.6 2003/02/10 04:02:38 cozman Exp $
-
+/**
\file ZE_ZMusic.cpp
\brief Source file for ZMusic.
Implementation of ZMusic, the basic Music class for ZEngine.
+
$ id: $
+ \author James Turk
**/
#include "ZE_ZMusic.h"
diff --git a/src/ZE_ZRect.cpp b/src/ZE_ZRect.cpp
index 59b0e29..f32d946 100644
--- a/src/ZE_ZRect.cpp
+++ b/src/ZE_ZRect.cpp
@@ -8,17 +8,13 @@
and the home of this Library is http://www.zengine.sourceforge.net
*******************************************************************************/
-/*!
-\par File Header:
-File: ZE_ZRect.cpp
-Description: Implementation source file for core ZEngine Rectangle Object.
-Author(s): James Turk
-$Id: ZE_ZRect.cpp,v 1.9 2003/02/10 05:40:28 cozman Exp $
-
+/**
\file ZE_ZRect.cpp
\brief Source file for ZRect.
Implementation of ZRect, the Rectangle class for ZEngine.
+
$ id: $
+ \author James Turk
**/
#include "ZE_ZRect.h"
diff --git a/src/ZE_ZServer.cpp b/src/ZE_ZServer.cpp
index 3acdcba..9566c3d 100755
--- a/src/ZE_ZServer.cpp
+++ b/src/ZE_ZServer.cpp
@@ -8,17 +8,13 @@
and the home of this Library is http://www.zengine.sourceforge.net
*******************************************************************************/
-/*!
-\par File Header:
-File: ZE_ZServer.cpp
-Description: Implementation source file for core ZEngine TCP Server Object.
-Author(s): James Turk
-$Id: ZE_ZServer.cpp,v 1.4 2003/04/08 03:30:50 cozman Exp $
-
+/**
\file ZE_ZServer.cpp
\brief Source file for ZServer.
Implementation file for ZServer, the TCP Server class for ZEngine.
+
$ id: $
+ \author James Turk
**/
#include "ZE_ZServer.h"
diff --git a/src/ZE_ZSound.cpp b/src/ZE_ZSound.cpp
index b6e1e08..dc4f5c0 100644
--- a/src/ZE_ZSound.cpp
+++ b/src/ZE_ZSound.cpp
@@ -8,17 +8,13 @@
and the home of this Library is http://www.zengine.sourceforge.net
*******************************************************************************/
-/*!
-\par File Header:
-File: ZE_ZSound.cpp
-Description: Implementation source file for core ZEngine Sound Object.
-Author(s): James Turk
-$Id: ZE_ZSound.cpp,v 1.6 2003/02/10 04:02:39 cozman Exp $
-
+/**
\file ZE_ZSound.cpp
\brief Source file for ZSound.
Implementation of ZSound, the basic Sound class for ZEngine.
+
$ id: $
+ \author James Turk
**/
#include "ZE_ZSound.h"
diff --git a/src/ZE_ZTimer.cpp b/src/ZE_ZTimer.cpp
index 1afadaf..0629ef1 100644
--- a/src/ZE_ZTimer.cpp
+++ b/src/ZE_ZTimer.cpp
@@ -8,17 +8,13 @@
and the home of this Library is http://www.zengine.sourceforge.net
*******************************************************************************/
-/*!
-\par File Header:
-File: ZE_ZTimer.cpp
-Description: Implementation source file for core ZEngine Timer Object.
-Author(s): James Turk
-$Id: ZE_ZTimer.cpp,v 1.6 2003/02/10 04:40:30 cozman Exp $
-
+/**
\file ZE_ZTimer.cpp
\brief Source file for ZTimer.
Implementation of ZTimer, the basic Timer class for ZEngine.
+
$ id: $
+ \author James Turk
**/
#include "ZE_ZTimer.h"