From 2e104c26f3ce618f6636b575058b648c2d6b6fbf Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Sun, 6 Mar 2005 03:04:30 +0000 Subject: [PATCH] remove inline functions from doxygen output git-svn-id: https://svn.dealii.org/trunk@10013 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_matrix_array.h | 6 ++++-- deal.II/lac/include/lac/full_matrix.h | 11 ++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/deal.II/lac/include/lac/block_matrix_array.h b/deal.II/lac/include/lac/block_matrix_array.h index bb95176d13..3dc47022d8 100644 --- a/deal.II/lac/include/lac/block_matrix_array.h +++ b/deal.II/lac/include/lac/block_matrix_array.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 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 @@ -71,7 +71,9 @@ template class Vector; * BlockVector. SparseMatrix is a possible entry * type. * - * @author Guido Kanschat, 2000, 2001, 2005 + * @include block_matrix_array.cc + * + * @author Guido Kanschat, 2000 - 2005 */ template class BlockMatrixArray : public Subscriptor diff --git a/deal.II/lac/include/lac/full_matrix.h b/deal.II/lac/include/lac/full_matrix.h index 91d62bd763..8f02a11daf 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -1,21 +1,19 @@ -//---------------------------- full_matrix.h --------------------------- +//------------------------------------------------------------------------ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 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 // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- full_matrix.h --------------------------- +//------------------------------------------------------------------------ #ifndef __deal2__full_matrix_h #define __deal2__full_matrix_h -/*---------------------------- fullmatrix.h ---------------------------*/ - #include #include #include @@ -1006,6 +1004,8 @@ class FullMatrix : public Table<2,number> }; /*@}*/ + +/// @if NoDoc /*-------------------------Inline functions -------------------------------*/ @@ -1237,6 +1237,7 @@ FullMatrix::end (const unsigned int r) const return const_iterator(this, r+1, 0); } +///@endif #endif -- 2.39.5