]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix doxygen reflinks 15414/head
authorDaniel Arndt <arndtd@ornl.gov>
Wed, 21 Jun 2023 14:34:06 +0000 (10:34 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Wed, 21 Jun 2023 14:53:14 +0000 (10:53 -0400)
include/deal.II/base/scope_exit.h
include/deal.II/fe/fe_raviart_thomas.h
include/deal.II/grid/tria.h
include/deal.II/lac/la_parallel_vector.h

index 776702a43bb89c2330821c21860c9f3e03ea4ba8..362d6b9ed1916634393f74c2ecf7abab69f06aee 100644 (file)
@@ -84,7 +84,7 @@ DEAL_II_NAMESPACE_OPEN
  *
  *    internal::copy(initial_guess_and_solution, solution);
  *    // Free the vectors which are no longer used.
- *#  ifdef DEAL_II_WITH_MPI
+ * #ifdef DEAL_II_WITH_MPI
  *    if (is_serial_vector<VectorType>::value == false)
  *      {
  *        N_VDestroy_Parallel(solution);
@@ -92,7 +92,7 @@ DEAL_II_NAMESPACE_OPEN
  *        N_VDestroy_Parallel(f_scale);
  *      }
  *    else
- *#  endif
+ * #endif
  *      {
  *        N_VDestroy_Serial(solution);
  *        N_VDestroy_Serial(u_scale);
index 877cf1499e7b1f6c3378709199bfff073a024002..b4a9f163501fa7f3b8d01a51c70f730a17d2d7b7 100644 (file)
@@ -245,7 +245,7 @@ private:
    * |           |
    * |  0  1  2  |
    * |___________|
-   *@endverbatim
+   * @endverbatim
    *
    * We have for a local <code>face_dof_index=i+n*j</code> with index
    * <code>i</code> in x-direction and index <code>j</code> in y-direction
@@ -261,7 +261,7 @@ private:
    * orientation. The flip axis is the diagonal from the lower left to the upper
    * right corner of the face. With these flags the configuration above becomes:
    *
-   *@verbatim
+   * @verbatim
    *  ___________
    * |           |
    * |  2  5  8  |
index 9b57f7e675d5fe54f837454c74dc207777d1c7e1..f0777fc82ffeae5dba6b52d5943256149836bd6b 100644 (file)
@@ -784,8 +784,8 @@ namespace internal
  * A triangulation offers one bit per subobject for user flags. This field can
  * be accessed as all other data using iterators. Normally, this user flag is
  * used if an algorithm walks over all cells and needs information whether
- * another cell, e.g. a neighbor, has already been processed. See @ref
- * GlossUserFlags "the glossary for more information".
+ * another cell, e.g. a neighbor, has already been processed.
+ * See @ref GlossUserFlags "the glossary for more information".
  *
  * There is another set of user data, which can be either an <tt>unsigned
  * int</tt> or a <tt>void *</tt>, for each subobject. You can access
index 37a1f961b66570400c5eb060d3bdd94c022379a7..ab70afe5600da8d559202963a997328cadfedd79 100644 (file)
@@ -194,7 +194,8 @@ namespace LinearAlgebra
      * That means that if Kokkos was configured with a GPU backend, the data is
      * allocated on a GPU. The operations on the vector are performed on the
      * chosen memory space. From the host, there are two methods to access the
-     * elements of the Vector when using the Default memory space: <ul>
+     * elements of the Vector when using the Default memory space:
+     * <ul>
      * <li> use get_values():
      * @code
      * Vector<double, MemorySpace::Default> vector(local_range, comm);

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.