From 50bd7df7b98e43b3fafafb4a25b385c89a4482f1 Mon Sep 17 00:00:00 2001 From: James Turk Date: Fri, 6 Jun 2003 03:02:55 +0000 Subject: [PATCH] minor doc fixes --- include/ZE_ZError.h | 5 +++-- include/ZE_ZFont.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/ZE_ZError.h b/include/ZE_ZError.h index 9826673..86fc77f 100755 --- a/include/ZE_ZError.h +++ b/include/ZE_ZError.h @@ -14,7 +14,7 @@ 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: ZE_ZError.h,v 1.9 2003/05/13 01:30:51 cozman Exp $
+
$Id: ZE_ZError.h,v 1.10 2003/06/06 03:02:55 cozman Exp $
\author James Turk **/ @@ -28,8 +28,9 @@ using namespace std; namespace ZE { -//! Enumeration of ZEngine error codes. /*! + \brief Enumeration of ZEngine error codes. + All the error codes currently possibly by ZEngine, note that ZERR_LAST is not used as an error code, but instead as a range check on the others. **/ diff --git a/include/ZE_ZFont.h b/include/ZE_ZFont.h index 2202e1a..0180493 100644 --- a/include/ZE_ZFont.h +++ b/include/ZE_ZFont.h @@ -31,7 +31,7 @@ namespace ZE /*! \brief ZFont class for basic Font use. - ZFont font container class, class wraps common features of SDL_TTF. Inherited from ZObject. + ZFont font container class, class wraps common features of SDL_TTF. **/ class ZFont {