]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update a couple places where we do markup by hand. 6066/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 19 Mar 2018 23:20:08 +0000 (17:20 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 19 Mar 2018 23:20:08 +0000 (17:20 -0600)
include/deal.II/lac/sparsity_pattern.h

index 362706e5cfbf18b6ef372f5d4af0749b6710b806..2644d4597d67c639ac5ad2787cdbb56f982be210 100644 (file)
@@ -496,11 +496,11 @@ public:
   SparsityPattern &operator = (const SparsityPattern &);
 
   /**
-   * Reallocate memory and set up data structures for a new matrix with <tt>m
-   * </tt>rows and <tt>n</tt> columns, with at most <tt>max_per_row</tt>
+   * Reallocate memory and set up data structures for a new matrix with @p m
+   * rows and @p n columns, with at most @p max_per_row
    * nonzero entries per row.
    *
-   * This function simply maps its operations to the other <tt>reinit</tt>
+   * This function simply maps its operations to the other reinit()
    * function.
    */
   void reinit (const size_type m,
@@ -509,9 +509,9 @@ public:
 
 
   /**
-   * Reallocate memory for a matrix of size <tt>m x n</tt>. The number of
-   * entries for each row is taken from the array <tt>row_lengths</tt> which
-   * has to give this number of each row <tt>i=1...m</tt>.
+   * Reallocate memory for a matrix of size @p m times @p n. The number of
+   * entries for each row is taken from the array @p row_lengths which
+   * has to give this number of each row $i=1\ldots m#.
    *
    * If <tt>m*n==0</tt> all memory is freed, resulting in a total
    * reinitialization of the object. If it is nonzero, new memory is only

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.