From 403d0e210ce61cad48c6150b5b310d94832f8dbe Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 4 May 2004 14:02:42 +0000 Subject: [PATCH] Don't document inline functions git-svn-id: https://svn.dealii.org/trunk@9180 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/vector_memory.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5