From 6dcd9b1d126a3a27287eb20535494a637332d636 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 24 Apr 2009 00:02:10 +0000 Subject: [PATCH] Don't process implementation from doxygen since this leads to warning about implementation functions not found in the class declaration. git-svn-id: https://svn.dealii.org/trunk@18728 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/precondition_block.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/precondition_block.h b/deal.II/lac/include/lac/precondition_block.h index 4e43657bd6..ed289a585e 100644 --- a/deal.II/lac/include/lac/precondition_block.h +++ b/deal.II/lac/include/lac/precondition_block.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -982,6 +982,8 @@ class PreconditionBlockSSOR : public virtual Subscriptor, /*@}*/ //--------------------------------------------------------------------------- +#ifndef DOXYGEN + template inline PreconditionBlock::AdditionalData:: @@ -1233,6 +1235,8 @@ PreconditionBlockJacobi::end ( return const_iterator(this, r+1); } +#endif // DOXYGEN + DEAL_II_NAMESPACE_CLOSE #endif -- 2.39.5