From b425855153de5bb24f6a60acc3560470ac65a77a Mon Sep 17 00:00:00 2001 From: Shaun Reich Date: Sun, 15 Feb 2009 18:46:07 +0000 Subject: [PATCH] SVN_SILENT: A header comment was being accidentally interpreted as a doxygen comment. svn path=/trunk/KDE/kdebase/apps/; revision=926579 --- src/dolphinmodel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dolphinmodel.h b/src/dolphinmodel.h index 2aa6455f3..44067f5a5 100644 --- a/src/dolphinmodel.h +++ b/src/dolphinmodel.h @@ -1,4 +1,4 @@ -/** +/* * This file is part of the KDE project * Copyright (C) 2007 Rafael Fernández López * @@ -16,7 +16,7 @@ * along with this library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. - */ +*/ #ifndef DOLPHINMODEL_H #define DOLPHINMODEL_H -- 2.47.3