]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Doc for doxygen
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 9 Jan 2004 12:03:52 +0000 (12:03 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 9 Jan 2004 12:03:52 +0000 (12:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@8292 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/exceptions.h

index 7007c41a10ab3b71ef3c4420c16a56114929c10f..2cd11f8b6139871fa61d60338e14d1994984d2c8 100644 (file)
  *  <tt>Assert (i>m, ExcSomewhat());</tt>
  *
  *  @subsection ExceptionBaseInternal How it works internally
+ *
  *  If the <tt>DEBUG</tt> preprocessor directive is set, the call <tt>Assert
  *  (cond, exc);</tt> is basically converted by the preprocessor into the
  *  sequence (note that function names and exact calling sequences may
  *  message about suppressed follow-up messages is shown.
  *
  *
- *  @section ExceptionBaseUse Use of run-time exceptions
+ *  @section ExceptionBaseUse2 Use of run-time exceptions
  *
  *  For this mode, the standard <tt>C++</tt> <tt>throw</tt> and <tt>catch</tt> concept exists. We
  *  want to keep to this, but want to extend it a bit. In general, the
@@ -525,7 +526,7 @@ namespace deal_II_exceptions
 
 /**
  * Abort the program. This function is used so that we need not
- * include <cstdlib> into this file since it is included into all
+ * include <tt>cstdlib</tt> into this file since it is included into all
  * other files of the library and we would like to keep its include
  * list as short as possible.
  */
@@ -748,8 +749,10 @@ class Exception5 : public ExceptionBase {                             \
  * Declare some exceptions that occur over and over. This way, you can
  * simply use these exceptions, instead of having to declare them
  * locally in your class. The namespace in which these exceptions are
- * declared is later included into the global namespace by @p{using
- * namespace StandardExceptions;}.
+ * declared is later included into the global namespace by
+ * @code
+ * using namespace StandardExceptions;
+ * @endcode
  */
 namespace StandardExceptions 
 {

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.