From bc91f680ae0736d75d352368e2f1ad7b42e7c92c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 21 Feb 2006 05:27:53 +0000 Subject: [PATCH] Pair @code properly with @endcode. git-svn-id: https://svn.dealii.org/trunk@12434 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/exceptions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/doxygen/headers/exceptions.h b/deal.II/doc/doxygen/headers/exceptions.h index 34b05fb6bd..87e4457afb 100644 --- a/deal.II/doc/doxygen/headers/exceptions.h +++ b/deal.II/doc/doxygen/headers/exceptions.h @@ -90,7 +90,7 @@ * Both modes use exception classes, which need to have special features * in additional to the C++ standard's std::exception class. * Such a class is declared by the following lines of code: - * @code + * @code * DeclException2 (ExcDomain, int, int, * << "Index= " << arg1 << "Upper Bound= " << arg2); * @endcode @@ -200,7 +200,7 @@ * raise the exception by the following construct: * @code * Assert (false, ExcInternalError()); - * @code + * @endcode * See the @ref step_7 "step-7" and several other of the tutorial programs for * a use of this construct. * @@ -343,7 +343,7 @@ * Additional Information: * i=5, m=3 * -------------------------------------------------------- - * @code + * @endcode * * Obviously for the DeclException0(name) macro, no types and * also no output sequence is allowed. -- 2.39.5