From: Wolfgang Bangerth Date: Tue, 30 Dec 2008 03:26:51 +0000 (+0000) Subject: Avoid complaints by doxygen that it can't find a link to a parameter escaped by a... X-Git-Tag: v8.0.0~8206 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4f20dc99a678574b1f349d4e28d18b6c9e1a2ea;p=dealii.git 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 --- 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. *