]> https://gitweb.dealii.org/ - dealii.git/commitdiff
mark internal @internal
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 29 Jan 2004 10:39:18 +0000 (10:39 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 29 Jan 2004 10:39:18 +0000 (10:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@8350 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/subscriptor.h

index 91b3562aae3c2ad9c5a1ee20a218b66984ad3a8c..41abc4a73aff16b9b1c1d8730335083678484f9a 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -69,6 +69,10 @@ namespace internal
                                       */
     template <bool, typename T> struct PossiblyVolatile
     {
+                                        /**
+                                         * @internal
+                                         * @brief The actual typedef.
+                                         */
         typedef volatile T type;
     };
 
@@ -82,6 +86,10 @@ namespace internal
                                       */
     template <typename T> struct PossiblyVolatile<false,T>
     {
+                                        /**
+                                         * @internal
+                                         * @brief The actual typedef.
+                                         */
         typedef T type;
     };
   }

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.