From aee05868c7702a0b36495714ffd155c789e065b0 Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 30 Jan 2004 13:14:07 +0000 Subject: [PATCH] reduce error output of doxygen git-svn-id: https://svn.dealii.org/trunk@8363 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/error_estimator.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5