From 75971bb1cc6b1fd3108d4f682fceab9a0db19873 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Thu, 8 Feb 2001 00:38:30 +0000
Subject: [PATCH] Doxygen //@} fixed.

---
 src/beos/beos.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/beos/beos.c b/src/beos/beos.c
index fab2ebb1d..863ee021d 100644
--- a/src/beos/beos.c
+++ b/src/beos/beos.c
@@ -10,7 +10,7 @@
 //
 /**@name beos.c		-	The BeOS functions */
 //
-//	(c) Copyright 2000 by Kenneth Sanislo
+//	(c) Copyright 2000,2001 by Kenneth Sanislo
 //
 //	$Id$
 
@@ -30,10 +30,13 @@
 --	Functions
 ----------------------------------------------------------------------------*/
 
+/**
+**	Need init function for beos.
+*/
 global void beos_init( int argc, char **argv )
 { 
 }
 
-//@}
-
 #endif
+
+//@}