]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Don't process implementation from doxygen since this leads to warning
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 24 Apr 2009 00:02:10 +0000 (00:02 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 24 Apr 2009 00:02:10 +0000 (00:02 +0000)
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

index 4e43657bd661173e8709c3edc6fb997dc54798f7..ed289a585ee48748ed50c4f8bc7496c74886e1d7 100644 (file)
@@ -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<class MATRIX, typename inverse_type>
 inline
 PreconditionBlock<MATRIX, inverse_type>::AdditionalData::
@@ -1233,6 +1235,8 @@ PreconditionBlockJacobi<MATRIX, inverse_type>::end (
   return const_iterator(this, r+1);
 }
 
+#endif // DOXYGEN
+
 DEAL_II_NAMESPACE_CLOSE
 
 #endif

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.