diff --git a/src/GewiButton.cpp b/src/GewiButton.cpp
index 4110f83..085bae6 100755
--- a/src/GewiButton.cpp
+++ b/src/GewiButton.cpp
@@ -9,11 +9,11 @@
*******************************************************************************/
/*!
- \file ZE_ZConfigFile.h
- \brief Definition file for ZConfigFile.
+ \file GewiButton.cpp
+ \brief Implementation of GButton.
- 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 $
+ Implementation of GButton, a simple button class.
+
$Id: GewiButton.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $
\author James Turk
**/
diff --git a/src/GewiContainer.cpp b/src/GewiContainer.cpp
index cc25e4e..6e3cbfb 100755
--- a/src/GewiContainer.cpp
+++ b/src/GewiContainer.cpp
@@ -9,11 +9,11 @@
*******************************************************************************/
/*!
- \file GewiContainer.h
+ \file GewiContainer.cpp
\brief Implementation of GContainer.
Implementation of GContainer, a barebones widget that can contain child widgets.
-
$Id: GewiContainer.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $
+
$Id: GewiContainer.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $
\author James Turk
**/
diff --git a/src/GewiEngine.cpp b/src/GewiEngine.cpp
index 579c4ae..a5714fc 100755
--- a/src/GewiEngine.cpp
+++ b/src/GewiEngine.cpp
@@ -9,11 +9,11 @@
*******************************************************************************/
/*!
- \file GewiEngine.h
+ \file GewiEngine.cpp
\brief Implementation of GewiEngine.
Implementation of GewiEngine, core engine for Gewi GUI control.
-
$Id: GewiEngine.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $
+
$Id: GewiEngine.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $
\author James Turk
**/
diff --git a/src/GewiSlider.cpp b/src/GewiSlider.cpp
index 8baa185..beb5bcd 100755
--- a/src/GewiSlider.cpp
+++ b/src/GewiSlider.cpp
@@ -9,11 +9,11 @@
*******************************************************************************/
/*!
- \file GewiSlider.h
+ \file GewiSlider.cpp
\brief Implementation of GSlider, GHorizSlider and GVertSlider.
Implementation of GSlider, GHorizSlider and GVertSlider, the slide-select classes for Gewi.
-
$Id: GewiSlider.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $
+
$Id: GewiSlider.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $
\author James Turk
**/
diff --git a/src/GewiStaticText.cpp b/src/GewiStaticText.cpp
index 508d2e4..7330595 100755
--- a/src/GewiStaticText.cpp
+++ b/src/GewiStaticText.cpp
@@ -9,11 +9,11 @@
*******************************************************************************/
/*!
- \file GewiStaticText.h
+ \file GewiStaticText.cpp
\brief Implementation of GStaticText.
Implementation of GStaticText, file to hold static text, labels and such.
-
$Id: GewiStaticText.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $
+
$Id: GewiStaticText.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $
\author James Turk
**/
diff --git a/src/GewiTextButton.cpp b/src/GewiTextButton.cpp
index 90891a7..d8b2f5d 100755
--- a/src/GewiTextButton.cpp
+++ b/src/GewiTextButton.cpp
@@ -9,11 +9,11 @@
*******************************************************************************/
/*!
- \file GewiTextButton.h
+ \file GewiTextButton.cpp
\brief Implementation of GTextButton.
Implementation of GTextButton, a GButton that has a text label.
-
$Id: GewiTextButton.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $
+
$Id: GewiTextButton.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $
\author James Turk
**/
diff --git a/src/GewiTextField.cpp b/src/GewiTextField.cpp
index c6a42a3..949e3fc 100755
--- a/src/GewiTextField.cpp
+++ b/src/GewiTextField.cpp
@@ -9,11 +9,11 @@
*******************************************************************************/
/*!
- \file GewiTextField.h
+ \file GewiTextField.cpp
\brief Implementation of GTextField.
Implementation of GTextField, text input area widget.
-
$Id: GewiTextField.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $
+
$Id: GewiTextField.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $
\author James Turk
**/
diff --git a/src/GewiWidget.cpp b/src/GewiWidget.cpp
index 3cd38b2..bf5fd20 100755
--- a/src/GewiWidget.cpp
+++ b/src/GewiWidget.cpp
@@ -9,11 +9,11 @@
*******************************************************************************/
/*!
- \file GewiWidget.h
+ \file GewiWidget.cpp
\brief Implementation of GWidget.
Implementation of GWidget, virtual widget base class.
-
$Id: GewiWidget.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $
+
$Id: GewiWidget.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $
\author James Turk
**/
diff --git a/src/GewiWidgetList.cpp b/src/GewiWidgetList.cpp
index 047067c..3fd71e8 100755
--- a/src/GewiWidgetList.cpp
+++ b/src/GewiWidgetList.cpp
@@ -9,11 +9,11 @@
*******************************************************************************/
/*!
- \file GewiWidgetList.h
+ \file GewiWidgetList.cpp
\brief Implementation of WidgetList.
Implementation of WidgetList, a list of widgets used by GewiEngine and GContainers.
-
$Id: GewiWidgetList.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $
+
$Id: GewiWidgetList.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $
\author James Turk
**/
diff --git a/src/GewiWindow.cpp b/src/GewiWindow.cpp
index a6e91d2..a67c388 100755
--- a/src/GewiWindow.cpp
+++ b/src/GewiWindow.cpp
@@ -9,11 +9,11 @@
*******************************************************************************/
/*!
- \file GewiWindow.h
+ \file GewiWindow.cpp
\brief Implementation of GWindow.
Implementation of GWindow, a basic window class based on GContainer.
-
$Id: GewiWindow.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $
+
$Id: GewiWindow.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $
\author James Turk
**/