]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove inline functions from doxygen output
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Sun, 6 Mar 2005 03:04:30 +0000 (03:04 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Sun, 6 Mar 2005 03:04:30 +0000 (03:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@10013 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_matrix_array.h
deal.II/lac/include/lac/full_matrix.h

index bb95176d130e806cc522bef7e1fbb03b80178fa5..3dc47022d814fd2c809fc391452950e1a2daab3a 100644 (file)
@@ -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 <typename> class Vector;
  * <tt>BlockVector<VECTOR></tt>. SparseMatrix is a possible entry
  * type.
  *
- * @author Guido Kanschat, 2000, 2001, 2005
+ * @include block_matrix_array.cc
+ *
+ * @author Guido Kanschat, 2000 - 2005
  */
 template <class MATRIX>
 class BlockMatrixArray : public Subscriptor
index 91d62bd763ef9170233806afe52273709c75de21..8f02a11daf9f50d82a2137209e51daf5071c4130 100644 (file)
@@ -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 <base/config.h>
 #include <base/table.h>
 #include <lac/exceptions.h>
@@ -1006,6 +1004,8 @@ class FullMatrix : public Table<2,number>
 };
 
 /*@}*/
+
+/// @if NoDoc
 /*-------------------------Inline functions -------------------------------*/
 
 
@@ -1237,6 +1237,7 @@ FullMatrix<number>::end (const unsigned int r) const
   return const_iterator(this, r+1, 0);
 }
 
+///@endif
 
 #endif
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.