From: Wolfgang Bangerth Date: Tue, 30 Jan 2001 12:59:55 +0000 (+0000) Subject: Fix. X-Git-Tag: v8.0.0~19758 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4953ce8736edb512f2d11ae33e92e4670b95af8a;p=dealii.git Fix. git-svn-id: https://svn.dealii.org/trunk@3833 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index 626f115fc3..db0800f1c7 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -770,11 +770,11 @@ namespace StandardExceptions * * When throwing this exception, * you can give a message as a - * string or @p{char*} as argument - * to the exception that is then + * @p{char*} as argument to the + * exception that is then * displayed. */ - DeclException1 (ExcMessage, string, + DeclException1 (ExcMessage, char*, << arg1); };