From: Guido Kanschat Date: Fri, 30 Jan 2004 13:14:07 +0000 (+0000) Subject: reduce error output of doxygen X-Git-Tag: v8.0.0~15877 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27a212e0edef70ca97537e763bebd9b5cf4df5f6;p=dealii.git reduce error output of doxygen git-svn-id: https://svn.dealii.org/trunk@8363 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/error_estimator.h b/deal.II/deal.II/include/numerics/error_estimator.h index dd2a4febef..bcff513f79 100644 --- a/deal.II/deal.II/include/numerics/error_estimator.h +++ b/deal.II/deal.II/include/numerics/error_estimator.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -616,6 +616,7 @@ class KellyErrorEstimator /* -------------- declaration of explicit specializations ------------- */ +/// @if NoDoc template <> void KellyErrorEstimator<1>::estimate_some ( const Mapping<1> &mapping, @@ -667,5 +668,6 @@ template <> void KellyErrorEstimator<1>::integrate_over_irregular_face ( FEFaceValues<1> &, FESubfaceValues<1> &); +/// @endif #endif