From cd69aa29452ce34e00dddd18a43e22c5ff8e77e7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 21 Feb 2006 05:23:13 +0000 Subject: [PATCH] Use @code instead of @verbatim. git-svn-id: https://svn.dealii.org/trunk@12433 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/exceptions.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.39.5