From a4f20dc99a678574b1f349d4e28d18b6c9e1a2ea Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 30 Dec 2008 03:26:51 +0000 Subject: [PATCH] Avoid complaints by doxygen that it can't find a link to a parameter escaped by a hash mark. git-svn-id: https://svn.dealii.org/trunk@18055 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/trilinos_sparsity_pattern.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/lac/include/lac/trilinos_sparsity_pattern.h b/deal.II/lac/include/lac/trilinos_sparsity_pattern.h index 364a60f4f0..3ef763066d 100755 --- a/deal.II/lac/include/lac/trilinos_sparsity_pattern.h +++ b/deal.II/lac/include/lac/trilinos_sparsity_pattern.h @@ -388,7 +388,7 @@ namespace TrilinosWrappers /** * Generate a sparsity pattern that * is completely stored locally, - * having #m rows and #n columns. The + * having $m$ rows and $n$ columns. The * resulting matrix will be * completely stored locally. * @@ -411,7 +411,7 @@ namespace TrilinosWrappers /** * Generate a sparsity pattern that * is completely stored locally, - * having #m rows and #n columns. The + * having $m$ rows and $n$ columns. The * resulting matrix will be * completely stored locally. * @@ -552,7 +552,7 @@ namespace TrilinosWrappers /** * Initialize a sparsity pattern that * is completely stored locally, - * having #m rows and #n columns. The + * having $m$ rows and $n$ columns. The * resulting matrix will be * completely stored locally. * @@ -576,7 +576,7 @@ namespace TrilinosWrappers /** * Initialize a sparsity pattern that * is completely stored locally, - * having #m rows and #n columns. The + * having $m$ rows and $n$ columns. The * resulting matrix will be * completely stored locally. * -- 2.39.5