]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Conditionalize everything in internal namespaces to @cond
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Mon, 10 Oct 2005 15:23:42 +0000 (15:23 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Mon, 10 Oct 2005 15:23:42 +0000 (15:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@11582 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_matrix_base.h
deal.II/lac/include/lac/block_vector_base.h
deal.II/lac/include/lac/petsc_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 f3491c06274d3b5a7f2c57a57f1cf57193cfa58a..7be4baabe747878cbef6aeaebc7ab71f5e8f3c49 100644 (file)
@@ -28,7 +28,9 @@
  *@{
  */
 
-
+                                /**
+                                 * @cond internal
+                                 */
 namespace internal
 {
 
@@ -215,6 +217,9 @@ namespace internal
     };
   }
 }
+                                   /**
+                                    * @endcond
+                                    */
 
 
 /**
@@ -887,6 +892,8 @@ class BlockMatrixBase : public Subscriptor
 
 
 /*@}*/
+
+#ifndef DOXYGEN
 /* ------------------------- Template functions ---------------------- */
 
 
@@ -1850,6 +1857,7 @@ BlockMatrixBase<MatrixType>::collect_sizes ()
   this->column_block_indices.reinit (col_sizes);
 }
 
+#endif // DOXYGEN
 
 
 #endif    // __deal2__block_matrix_base_h
index 0990742a1f78d5d49d0150c7870462d7a1e32a5d..494612efdd47f481513d5098df63827b555647bc 100644 (file)
@@ -29,6 +29,9 @@
  *@{
  */
 
+                                /**
+                                 * @cond internal
+                                 */
 namespace internal
 {
 
@@ -607,7 +610,9 @@ namespace internal
     };
   }  // namespace BlockVectorIterators
 }  // namespace internal
-
+                                   /**
+                                    * @endcond
+                                    */
 
 
 /**
index 9a7787cce7aae946e7182fa63b725fb42bf3810e..9994e9da18df41eef98ad1d690ec2f87a1f212bf 100644 (file)
@@ -41,6 +41,9 @@ namespace PETScWrappers
                                    // forward declaration
   class VectorBase;
 
+                                  /**
+                                   * @cond internal
+                                   */
   
 /**
  * A namespace for internal implementation details of the PETScWrapper
@@ -178,6 +181,9 @@ namespace PETScWrappers
         friend class ::PETScWrappers::VectorBase;
     };
   }
+                                   /**
+                                    * @endcond
+                                    */
   
 
 /**
index 45e2da5cca69181be4c7df5fb4a9c482d9efbe1e..ffe284b13c4f1354aa66d6f614a3c7221a6adfb8 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -29,6 +29,9 @@
 /*!@addtogroup Solvers */
 /*@{*/
 
+                                /**
+                                 * @cond internal
+                                 */
 namespace internal
 {
                                   /**
@@ -110,6 +113,9 @@ namespace internal
     };    
   }
 }
+                                   /**
+                                    * @endcond
+                                    */
 
 //! Generalized minimal residual method.
 /**
@@ -371,6 +377,7 @@ class SolverFGMRES : public Solver<VECTOR>
 /* --------------------- Inline and template functions ------------------- */
 
 
+#ifndef DOXYGEN
 namespace internal
 {
   namespace SolverGMRES
@@ -908,4 +915,6 @@ SolverFGMRES<VECTOR>::solve (
                                        this->control().last_value());
 }
 
+#endif // DOXYGEN
+
 #endif
index 5d75fba37d4d78983c3af4218d4b9d2fd63becfa..1d98b18c19de6fa19b2fbd7456b2318794e0f0e4 100644 (file)
@@ -27,7 +27,9 @@ template<typename number> class FullMatrix;
  *@{
  */
 
-
+                                /**
+                                 * @cond internal
+                                 */
 namespace internals
 {
   namespace SparseMatrixIterators
@@ -391,6 +393,10 @@ namespace internals
     
   }
 }
+                                /**
+                                 * @endcond
+                                 */
+
 
 //TODO: Add multithreading to the other vmult functions.
 
index adeb642625a608c2e2121a1effeaf94f024656fe..137e2fe7191c85326faa06576b33e17782d4145c 100644 (file)
@@ -33,6 +33,9 @@ class CompressedSparsityPattern;
  *@{
  */
 
+                                /**
+                                 * @cond internal
+                                 */
 namespace internals
 {
   namespace SparsityPatternIterators
@@ -260,7 +263,9 @@ 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.