From ee148915af8fd09c917c8728162c964b894b523f Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Sun, 6 Mar 2005 02:03:44 +0000 Subject: [PATCH] exclude inline functions from doxygen git-svn-id: https://svn.dealii.org/trunk@10007 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_vector.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/block_vector.h b/deal.II/lac/include/lac/block_vector.h index 96d95005e4..25587999dd 100644 --- a/deal.II/lac/include/lac/block_vector.h +++ b/deal.II/lac/include/lac/block_vector.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1998 - 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -376,6 +376,7 @@ class BlockVector : public BlockVectorBase > /*@}*/ +/// @if NoDoc /*----------------------- Inline functions ----------------------------------*/ @@ -451,7 +452,7 @@ void BlockVector::scale (const BlockVector2 &v) BaseClass::scale (v); } - +///@endif /*! @addtogroup Vectors -- 2.39.5