]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add some ingroups
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 14 Nov 2007 00:42:52 +0000 (00:42 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 14 Nov 2007 00:42:52 +0000 (00:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@15496 0785d39b-7218-0410-832d-ea1e28bc413d

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

index ccbb20de67581031b47b2856c593f9a2becb65d1..959cbb8e648c3e0514e026a4aa30480f68cc6d8b 100644 (file)
@@ -438,6 +438,7 @@ class Exception0 :  public dealii::ExceptionBase {}
 /**
   *  Declare an exception class derived from ExceptionBase with
   *  one additional parameter.
+ *  @ingroup Exceptions
   */
 #define DeclException1(Exception1, type1, outsequence)                \
 class Exception1 : public dealii::ExceptionBase {                             \
@@ -913,9 +914,12 @@ namespace StandardExceptions
  * Special assertion for dimension mismatch.
  *
  * Since this is used very often and always repeats the arguments, we
- *introduce this special assertion for ExcDimensionMismatch in order
- *to keep the user codes shorter.
- */
+ * introduce this special assertion for ExcDimensionMismatch in order
+ * to keep the user codes shorter.
+ *
+ * @ingroup Exceptions
+ * @author Guido Kanschat 2007
+*/
 #define AssertDimension(dim1,dim2) Assert((dim1) == (dim2), \
   ExcDimensionMismatch((dim1),(dim2)))
 
@@ -929,6 +933,9 @@ namespace StandardExceptions
  * Called wit arguments <tt>index</tt> and <tt>range</tt> it asserts
  * that <tt>index&lt;range</tt> and throws
  * ExcIndexRange(index,0,range) if it fails.
+ *
+ * @ingroup Exceptions
+ * @author Guido Kanschat 2007
  */
 #define AssertIndexRange(index,range) Assert((index) < (range), \
   ExcIndexRange((index),0,(range)))

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.