From: Wolfgang Bangerth Date: Tue, 21 Feb 2006 05:27:53 +0000 (+0000) Subject: Pair @code properly with @endcode. X-Git-Tag: v8.0.0~12248 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc91f680ae0736d75d352368e2f1ad7b42e7c92c;p=dealii.git Pair @code properly with @endcode. git-svn-id: https://svn.dealii.org/trunk@12434 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.