From 5b70753b500825a5cfcd43a4e052e6bce5a9a618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Sun, 10 Apr 2005 13:35:10 +0000 Subject: [PATCH] Fixed a warning in Doxygen generation --- dic/dic.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dic/dic.h b/dic/dic.h index fd32a98..3de174b 100644 --- a/dic/dic.h +++ b/dic/dic.h @@ -16,15 +16,13 @@ /* along with this program; if not, write to the Free Software */ /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: dic.h,v 1.3 2005/04/09 19:16:09 afrab Exp $ */ +/* $Id: dic.h,v 1.4 2005/04/10 13:35:10 ipkiss Exp $ */ -/*! +/** * \file dic.h * \brief Dictionnaire sous forme de Dawg - * \long * \author Antoine Fraboulet * \date 2002 - * \version 1 */ #ifndef _DIC_H_