From b4aa0bea58688574eb384969e9c157395e6492a7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 23 May 2000 12:47:40 +0000 Subject: [PATCH] Fix @p tag by #...# git-svn-id: https://svn.dealii.org/trunk@2924 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/grid_generator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/grid/grid_generator.h b/deal.II/deal.II/include/grid/grid_generator.h index 45d895607f..471af52af3 100644 --- a/deal.II/deal.II/include/grid/grid_generator.h +++ b/deal.II/deal.II/include/grid/grid_generator.h @@ -113,8 +113,8 @@ class GridGenerator * first two parameters give the * lower and upper bound of the * inner hypercube in all - * coordinate directions. @p - * thickness marks the size of + * coordinate directions. + * #thickness# marks the size of * the layer cells. * * If the flag colorize is set, -- 2.39.5