From 2aba5f630516aa10bbcf033b8cb6f80d92f2a241 Mon Sep 17 00:00:00 2001 From: Thimo Neubauer <thimo@dune-project.org> Date: Tue, 30 Aug 2005 13:38:48 +0000 Subject: [PATCH] removed duplicate \file documentation [[Imported from SVN: r2684]] --- common/exceptions.hh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/common/exceptions.hh b/common/exceptions.hh index bbcd1a49e..d82e0cc2d 100644 --- a/common/exceptions.hh +++ b/common/exceptions.hh @@ -1,9 +1,5 @@ // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- // vi: set et ts=4 sw=2 sts=2: -/** \file - \brief A few common exception classes - */ - // $Id$ #ifndef DUNE_EXCEPTIONS_HH @@ -65,6 +61,7 @@ namespace Dune { */ /*! \file + \brief A few common exception classes This file defines a common framework for generating exception subclasses and to throw them in a simple manner -- GitLab