]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use @code instead of @verbatim.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 21 Feb 2006 05:23:13 +0000 (05:23 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 21 Feb 2006 05:23:13 +0000 (05:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@12433 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/exceptions.h

index f98b3ad3dc0a923252d8e1e8f23c84dd87f5066d..34b05fb6bd2e473a07c26773fe1c3a93a7112c73 100644 (file)
  *  than that the program flow should not have reached a certain point,
  *  e.g. a <tt>default</tt> section of a <tt>switch</tt> 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.
  *
  *    Assert (i<m, MyExc2(i,m));
  *  @endcode
  *  and the output if the condition fails will be
- *  @verbatim
+ *  @code
  *    --------------------------------------------------------
  *    An error occurred in line <301> of file <exc-test.cc>.
  *    The violated condition was: 
  *    Additional Information: 
  *      i=5, m=3
  *    --------------------------------------------------------
- *  @endverbatim
+ *  @code
  *  
  *  Obviously for the <tt>DeclException0(name)</tt> macro, no types and
  *  also no output sequence is allowed.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.