From 04ada84333da16c87244d7653c09e60975f71b97 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 26 Jan 2004 20:56:56 +0000 Subject: [PATCH] Add a note to a global function to which class it is related. git-svn-id: https://svn.dealii.org/trunk@8334 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_indices.h | 3 ++- deal.II/lac/include/lac/vector.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/block_indices.h b/deal.II/lac/include/lac/block_indices.h index f67908cd92..5c311eb6cd 100644 --- a/deal.II/lac/include/lac/block_indices.h +++ b/deal.II/lac/include/lac/block_indices.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 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 @@ -317,6 +317,7 @@ BlockIndices::memory_consumption () const * of the C++ standard library which uses a temporary object. The * function simply exchanges the data of the two objects. * + * @relates BlockIndices * @author Wolfgang Bangerth, 2000 */ inline diff --git a/deal.II/lac/include/lac/vector.h b/deal.II/lac/include/lac/vector.h index 50daac753e..5d13337d71 100644 --- a/deal.II/lac/include/lac/vector.h +++ b/deal.II/lac/include/lac/vector.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 @@ -788,6 +788,7 @@ Vector & Vector::operator = (const Number s) * of the C++ standard library which uses a temporary object. The * function simply exchanges the data of the two vectors. * + * @relates Vector * @author Wolfgang Bangerth, 2000 */ template -- 2.39.5