]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a good number of warnings that doxygen gives us
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 22 Jul 2006 12:46:04 +0000 (12:46 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 22 Jul 2006 12:46:04 +0000 (12:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@13411 0785d39b-7218-0410-832d-ea1e28bc413d

14 files changed:
deal.II/base/include/base/symmetric_tensor.h
deal.II/base/include/base/table.h
deal.II/deal.II/include/dofs/dof_levels.h
deal.II/deal.II/include/dofs/dof_objects.h
deal.II/deal.II/include/fe/fe_values.h
deal.II/deal.II/include/grid/grid_reordering_internal.h
deal.II/deal.II/include/grid/tria.h
deal.II/deal.II/include/grid/tria_faces.h
deal.II/deal.II/include/grid/tria_levels.h
deal.II/deal.II/include/grid/tria_objects.h
deal.II/lac/include/lac/block_vector_base.h
deal.II/lac/include/lac/solver_gmres.h
deal.II/lac/include/lac/sparse_matrix.h
deal.II/lac/include/lac/sparsity_pattern.h

index ad1c2eb7b73e09e7452c1bdf31f899cbb3411335..96627af725a24d7167963c9b2777669bb9e32be4 100644 (file)
@@ -32,9 +32,6 @@ template <int dim> double
 determinant (const SymmetricTensor<2,dim> &);
 
 
-                                   /**
-                                    * @cond internal
-                                    */
 namespace internal
 {
                                    /**
@@ -530,9 +527,6 @@ namespace internal
     };
   }
 }
-                                 /**
-                                  * @endcond
-                                  */
           
 
 
index d510a4411440bd54764f1c01b285b6bb501dfb65..113747fc058103653500591ad71c02c1cd4ea766 100644 (file)
@@ -34,9 +34,6 @@ template <typename T> class Table<6,T>;
 
 
 
-                                   /**
-                                    * @cond internal
-                                    */
 namespace internal
 {
 
@@ -393,9 +390,6 @@ namespace internal
   }
   
 } // namespace internal
-                                 /**
-                                  * @endcond
-                                  */
 
 
 
index 37388b31417c340b6feea840791b75c50ca48bfe..372f04dc231cf2636f7a0f06e33aa3b796397a8a 100644 (file)
@@ -24,13 +24,7 @@ template <int> class MGDoFHandler;
 
 
 namespace internal
-{
-  
-/**
- * A namespace for internal data structures of the DoFHandler group of classes.
- *
- * @ingroup dofs
- */
+{  
   namespace DoFHandler
   {
     
index c4550c2107e790da1c42f36b19e753fb83580740..a6a29cf5564df076848def7720f08d28285f83b0 100644 (file)
@@ -22,11 +22,6 @@ template <int> class DoFHandler;
 
 namespace internal
 {
-/**
- * A namespace for internal data structures of the DoFHandler group of classes.
- *
- * @ingroup dofs
- */
   namespace DoFHandler
   {
     template <int> class DoFLevel;
index 8205671d63c5a89b6a1a275886a25cf343f41f23..9b70ed4df0481d0e231fcd4d1f774cf9a5ac6ced 100644 (file)
@@ -1,6 +1,6 @@
 //---------------------------------------------------------------------------
 //    $Id$
-//    Version: $Name$
+//    Version: $Name:  $
 //
 //    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
 //
 
 template <int dim> class Quadrature;
 
+
+namespace internal
+{
+  namespace FEValues
+  {
+  }
+}
+
+template <int C> struct FEComponent 
+{};
+
+template <int C, int R> struct FEComponentRange
+{};
+
+
+
 //TODO: Add access to mapping values to FEValuesBase
 //TODO: Several FEValuesBase of a system should share Mapping
 
index 88c18ea11a7d0265837177264b374bd1da2803a4..79db53aceb25da9a37a3a15f1452fe939e8736da 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 2003, 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -22,9 +22,6 @@
 
 
 
-                                /**
-                                 * @cond internal
-                                 */
 namespace internal
 {
 /**
@@ -837,9 +834,6 @@ namespace internal
     };    
   }  // namespace GridReordering3d
 }  // namespace internal
-                                /**
-                                 * @endcond
-                                 */
 
 
 #endif
index c5cb97514d35d34d63e3e69efbbe6675074265f7..b874b731b8fd69609e8adc9ad8710c13932cbd71 100644 (file)
@@ -2215,7 +2215,7 @@ class Triangulation : public Subscriptor
                                      */
                                     /**
                                      *  Iterator to the first quad, used
-                                     *  or not, on level @p level. If a level
+                                     *  or not, on the given level. If a level
                                      *  has no quads, a past-the-end iterator
                                      *  is returned.
                                      *  If quads are no cells, i.e. for @p dim>2
index 247df642d1332cad6d226d3c6ebb539ea9847f86..2a0c8a56ba27321159bf7e8bdf0bc698786ec9e5 100644 (file)
 
 namespace internal
 {
-                                /**
-                                 * A namespace for classes internal to the
-                                 * triangulation classes and helpers.
-                                 */  
   namespace Triangulation
   {
 /**
index 2a63aee2fd8856cafe3f3a1d5afef5dd8f0a4ff3..97482a6f683fed081af6e15d80688eafd7d671e7 100644 (file)
 
 namespace internal
 {
-                                /**
-                                 * A namespace for classes internal to the
-                                 * triangulation classes and helpers.
-                                 */  
   namespace Triangulation
   {
 
index 75f20c4d93f49a68e606e433f38dcb2595ad00cd..5e47374a61acb505d3fac66f8fa4df152bd30cba 100644 (file)
 
 namespace internal
 {
-                                  /**
-                                   * A namespace for classes internal to the
-                                   * triangulation classes and helpers.
-                                   */  
   namespace Triangulation
   {
 
index 7e46c5c3231d655a2502d46b238ea017151fa4d6..b171024d60cd9db3c4a6f894d5423eddca5775e5 100644 (file)
@@ -30,9 +30,6 @@
  *@{
  */
 
-                                /**
-                                 * @cond internal
-                                 */
 namespace internal
 {
 
@@ -611,9 +608,6 @@ namespace internal
     };
   }  // namespace BlockVectorIterators
 }  // namespace internal
-                                   /**
-                                    * @endcond
-                                    */
 
 
 /**
index 63da80dac8770b5d842a069910c5970b740bd1f5..add6d7c2bfe9facf0323d6b7abf35dbc68311f73 100644 (file)
@@ -29,9 +29,6 @@
 /*!@addtogroup Solvers */
 /*@{*/
 
-                                /**
-                                 * @cond internal
-                                 */
 namespace internal
 {
                                   /**
@@ -113,9 +110,6 @@ namespace internal
     };    
   }
 }
-                                   /**
-                                    * @endcond
-                                    */
 
 /**
  * Implementation of the Restarted Preconditioned Direct Generalized
index a006608be169efc1b90a92a1bd270e1cecc41491..a81102c08fe689cda1d44be8c0c43504a1730901 100644 (file)
@@ -28,9 +28,6 @@ template<typename number> class FullMatrix;
  *@{
  */
 
-                                /**
-                                 * @cond internal
-                                 */
 namespace internals
 {
   namespace SparseMatrixIterators
@@ -431,9 +428,6 @@ namespace internals
     
   }
 }
-                                /**
-                                 * @endcond
-                                 */
 
 
 //TODO: Add multithreading to the other vmult functions.
index 66cc6adc2de0b8e7a774cd43d6b2d62c8d461828..573f12896a234b85b8895b63872c758099aec66c 100644 (file)
@@ -35,9 +35,6 @@ class CompressedSparsityPattern;
  *@{
  */
 
-                                /**
-                                 * @cond internal
-                                 */
 namespace internals
 {
   namespace SparsityPatternIterators
@@ -265,9 +262,6 @@ namespace internals
     
   }
 }
-                                   /**
-                                    * @endcond
-                                    */
 
 
 /**

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.