]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Minor markup fixes.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 Nov 2012 14:10:29 +0000 (14:10 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 Nov 2012 14:10:29 +0000 (14:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@27696 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/sparse_matrix.h
deal.II/include/deal.II/lac/sparse_matrix_ez.h

index 6cdf1e8f2a8d0f6040196b68fefdc0e30ec5bb5d..6ec462b0f66cf8312df92a7c9d2b8d6cb822e6d3 100644 (file)
@@ -27,11 +27,15 @@ template <typename number> class FullMatrix;
 template <typename Matrix> class BlockMatrixBase;
 template <typename number> class SparseILU;
 
-/*! @addtogroup Matrix1
- *@{
+/**
+ * @addtogroup Matrix1
+ * @{
  */
 
-
+/**
+ * A namespace in which we declare iterators over the elements of sparse
+ * matrices.
+ */
 namespace SparseMatrixIterators
 {
   // forward declaration
@@ -1263,9 +1267,6 @@ public:
                     const unsigned int index) const;
 
   /**
-   * @internal @deprecated Use iterator or
-   * const_iterator instead!
-   *
    * This is for hackers. Get
    * access to the <i>i</i>th element of
    * this matrix. The elements are
@@ -1284,16 +1285,19 @@ public:
    * also rename this function to
    * avoid programs relying on
    * outdated information!
+   *
+   * @internal @deprecated Use iterator or
+   * const_iterator instead!
    */
   number global_entry (const unsigned int i) const;
 
   /**
-   * @internal @deprecated Use iterator or
-   * const_iterator instead!
-   *
    * Same as above, but with write
    * access.  You certainly know
    * what you do?
+   *
+   * @internal @deprecated Use iterator or
+   * const_iterator instead!
    */
   number &global_entry (const unsigned int i);
 
@@ -2012,7 +2016,7 @@ public:
    * not more.
    */
   void block_read (std::istream &in);
-//@}
+  //@}
   /** @addtogroup Exceptions
    * @{ */
 
@@ -2133,7 +2137,9 @@ private:
   template <typename> friend class BlockMatrixBase;
 };
 
-/*@}*/
+/**
+ * @}
+ */
 
 #ifndef DOXYGEN
 /*---------------------- Inline functions -----------------------------------*/
index a78992d9a0e91e97534b65d14f5494ff5afc7a39..08718a1c62bf52226b3c798ffc16e528426d41d5 100644 (file)
@@ -25,8 +25,9 @@ DEAL_II_NAMESPACE_OPEN
 template<typename number> class Vector;
 template<typename number> class FullMatrix;
 
-/*! @addtogroup Matrix1
- *@{
+/**
+ * @addtogroup Matrix1
+ * @{
  */
 
 /**
@@ -1076,7 +1077,9 @@ private:
    */
 };
 
-/*@}*/
+/**
+ * @}
+ */
 /*---------------------- Inline functions -----------------------------------*/
 
 template <typename number>

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.