┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Reich <[email protected]>2009-02-15 18:46:07 +0000
committerShaun Reich <[email protected]>2009-02-15 18:46:07 +0000
commitb425855153de5bb24f6a60acc3560470ac65a77a (patch)
tree4712130270b3af17943e9a26d2268799e869e1d5
parent8ce343ba3d1f3f60dc8a53fdf23497db0fffb37d (diff)
SVN_SILENT: A header comment was being accidentally interpreted as a doxygen comment.
svn path=/trunk/KDE/kdebase/apps/; revision=926579
-rw-r--r--src/dolphinmodel.h4
1 files 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 <[email protected]>
*
@@ -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