From: Wolfgang Bangerth Date: Tue, 21 Feb 2006 05:23:13 +0000 (+0000) Subject: Use @code instead of @verbatim. X-Git-Tag: v8.0.0~12249 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd69aa29452ce34e00dddd18a43e22c5ff8e77e7;p=dealii.git Use @code instead of @verbatim. git-svn-id: https://svn.dealii.org/trunk@12433 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/exceptions.h b/deal.II/doc/doxygen/headers/exceptions.h index f98b3ad3dc..34b05fb6bd 100644 --- a/deal.II/doc/doxygen/headers/exceptions.h +++ b/deal.II/doc/doxygen/headers/exceptions.h @@ -198,9 +198,9 @@ * than that the program flow should not have reached a certain point, * e.g. a default section of a switch statement. In this case, * raise the exception by the following construct: - * @verbatim + * @code * Assert (false, ExcInternalError()); - * @endverbatim + * @code * See the @ref step_7 "step-7" and several other of the tutorial programs for * a use of this construct. * @@ -333,7 +333,7 @@ * Assert (i of file . * The violated condition was: @@ -343,7 +343,7 @@ * Additional Information: * i=5, m=3 * -------------------------------------------------------- - * @endverbatim + * @code * * Obviously for the DeclException0(name) macro, no types and * also no output sequence is allowed.