From: third-party Date: Wed, 9 May 2001 10:25:01 +0000 (+0000) Subject: Replace invalid @it{...} by @em{...} X-Git-Tag: v8.0.0~19222 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c6b17cafb6aa258b47f4d9b5251cc0461d9eba4;p=dealii.git Replace invalid @it{...} by @em{...} git-svn-id: https://svn.dealii.org/trunk@4569 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;