From: Wolfgang Bangerth Date: Wed, 28 Nov 2007 00:42:19 +0000 (+0000) Subject: Properly escape a template argument to ensure that the link to the Tensor class happens. X-Git-Tag: v8.0.0~9580 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3234230ff5c54a2b9bbfb28d40e81f06a66a5f6f;p=dealii.git Properly escape a template argument to ensure that the link to the Tensor class happens. git-svn-id: https://svn.dealii.org/trunk@15558 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/geometry_and_primitives.h b/deal.II/doc/doxygen/headers/geometry_and_primitives.h index ad6e0b16ad..aa90d31cb1 100644 --- a/deal.II/doc/doxygen/headers/geometry_and_primitives.h +++ b/deal.II/doc/doxygen/headers/geometry_and_primitives.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2006 by the deal.II authors +// Copyright (C) 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -16,7 +16,7 @@ * * This group contains a number of classes that act as geometric * primitives or primitives for other mathematical objects. For - * example, the Tensor class provides tensors of rank + * example, the Tensor @ class provides tensors of rank * rank in dim space dimensions. Likewise, * the SymmetricTensor offers symmetric tensors. *