From da5af2c0c4bb4df89bdc5bad97ee1701d6335f95 Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 5 Dec 2002 00:00:42 +0000 Subject: [PATCH] doxygen fixes --- include/ZE_Error.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ZE_Error.h b/include/ZE_Error.h index 1a3dd6b..a9db5ef 100644 --- a/include/ZE_Error.h +++ b/include/ZE_Error.h @@ -13,7 +13,7 @@ File: ZE_Error.h
Description: Header file for ZEngine Error Handling Functions.
Author(s): James Turk
-$Id: ZE_Error.h,v 1.2 2002/12/01 07:56:17 cozman Exp $
+$Id: ZE_Error.h,v 1.3 2002/12/05 00:00:42 cozman Exp $
\file ZE_Error.h \brief Definition file for ZEngine Error Handling Functions. @@ -59,7 +59,7 @@ void _LogError(int line, string file, string str); \brief Parses a string and interprets variable arguments, similar to sprintf. Takes % identifiers out of fmtstr and parses them, replacing them with cooresponding values - in the variable arguments list. For more detail view documentation. + in the variable arguments list. For more detail view stdarg documentation. \param fmtstr defines format of resulting string \param ... variable number of arguments after fmtstr \return string of parsed and combined string