From: bangerth Date: Fri, 24 Apr 2009 00:02:10 +0000 (+0000) Subject: Don't process implementation from doxygen since this leads to warning X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9063ddcc3963230e0299e372b63e5581258ad74;p=dealii-svn.git 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 --- 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