From: guido Date: Tue, 4 May 2004 14:02:42 +0000 (+0000) Subject: Don't document inline functions X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d14c6b26139d22fec16c0f2ec6c6a9c560aa0367;p=dealii-svn.git Don't document inline functions git-svn-id: https://svn.dealii.org/trunk@9180 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/vector_memory.h b/deal.II/lac/include/lac/vector_memory.h index cc2b99d71c..c97de70f48 100644 --- a/deal.II/lac/include/lac/vector_memory.h +++ b/deal.II/lac/include/lac/vector_memory.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 @@ -189,6 +189,7 @@ class GrowingVectorMemory : public VectorMemory /*@}*/ +/// @if NoDoc /* --------------------- inline functions ---------------------- */ @@ -298,4 +299,6 @@ GrowingVectorMemory::memory_consumption () const return result; } +///@endif + #endif