From da7a947c26600bb427569c80f5afa088204dec94 Mon Sep 17 00:00:00 2001 From: James Turk Date: Wed, 4 Dec 2002 23:08:17 +0000 Subject: [PATCH] doxygen fixes --- include/ZE_ZConfigFile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ZE_ZConfigFile.h b/include/ZE_ZConfigFile.h index 5b317ca..18265f6 100644 --- a/include/ZE_ZConfigFile.h +++ b/include/ZE_ZConfigFile.h @@ -13,7 +13,7 @@ File: Types/ZE_ZConfigFile.h
Description: Header file for ZEngine INI-Style Config Files.
Author(s): James Turk
-$Id: ZE_ZConfigFile.h,v 1.3 2002/12/04 23:06:45 cozman Exp $
+$Id: ZE_ZConfigFile.h,v 1.4 2002/12/04 23:08:17 cozman Exp $
\file ZE_ZConfigFile.h \brief Definition file for ZConfigFile. @@ -86,7 +86,7 @@ class ZConfigFile : public ZObject **/ string CleanString(string str); - /* + /*! \brief Check if a section exists. Find out if a section currently exists. @@ -95,7 +95,7 @@ class ZConfigFile : public ZObject **/ bool Exists(string sec); - /* + /*! \brief Check if a variable exists. Find out if a variable currently exists.