From: bangerth Date: Tue, 22 Jan 2008 03:19:13 +0000 (+0000) Subject: Fix up a number of html markups. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc15c7441cf8a27556aaf748a073bebd5c5e8706;p=dealii-svn.git Fix up a number of html markups. git-svn-id: https://svn.dealii.org/trunk@15635 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 fde33f8044..1336ed7b7a 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, 2004, 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -202,16 +202,16 @@ class PrimitiveVectorMemory : public VectorMemory * * @note Instantiations for this class are provided for the types * Vector and BlockVector with number types float, - * double, long double, @@>, - * @@> and @double, long double, @@>, + * @@> and @@>. In order to generate additional instances, it is * sufficient to define the Pool variable somewhere by - * + * @code * #include * * template GrowingVectorMemory::Pool * GrowingVectorMemory::pool; - * + * @endcode * * @author Guido Kanschat, 1999, 2007 */