From 2c6b17cafb6aa258b47f4d9b5251cc0461d9eba4 Mon Sep 17 00:00:00 2001 From: third-party Date: Wed, 9 May 2001 10:25:01 +0000 Subject: [PATCH] Replace invalid @it{...} by @em{...} git-svn-id: https://svn.dealii.org/trunk@4569 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/smartpointer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/include/base/smartpointer.h b/deal.II/base/include/base/smartpointer.h index d1b3d50f17..1b22c215e5 100644 --- a/deal.II/base/include/base/smartpointer.h +++ b/deal.II/base/include/base/smartpointer.h @@ -161,7 +161,7 @@ class SmartPointer * used by this class. Note in * particular, that this only * includes the amount of memory - * used by @it{this} object, not + * used by @em{this} object, not * by the object pointed to. */ unsigned int memory_consumption () const; -- 2.39.5