From caff620ab4dfe1134361f12c45c387d8f0e6baf2 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 10 Jun 2020 10:27:11 -0400 Subject: [PATCH] Remove % in documentation --- examples/step-69/step-69.cc | 4 ++-- include/deal.II/fe/mapping_manifold.h | 2 +- include/deal.II/fe/mapping_q_generic.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/step-69/step-69.cc b/examples/step-69/step-69.cc index a3cb6d611c..07aa4c7e84 100644 --- a/examples/step-69/step-69.cc +++ b/examples/step-69/step-69.cc @@ -2304,7 +2304,7 @@ namespace Step69 // The second thing to note is that we have to compute global minimum and // maximum $\max_j |\nabla r_j|$ and $\min_j |\nabla r_j|$. Following the // same ideas used to compute the time step size in the class member - // %TimeStepping%::%step() we define $\max_j |\nabla r_j|$ + // %TimeStepping\::%step() we define $\max_j |\nabla r_j|$ // and $\min_j |\nabla r_j|$ as atomic doubles in order to resolve any // conflicts between threads. As usual, we use // Utilities::MPI::max() and @@ -2461,7 +2461,7 @@ namespace Step69 // // With all classes implemented it is time to create an instance of // Discretization, OfflineData, - // InitialValues, TimeStepping, and + // InitialValues, %TimeStepping\, and // SchlierenPostprocessor, and run the forward Euler // step in a loop. // diff --git a/include/deal.II/fe/mapping_manifold.h b/include/deal.II/fe/mapping_manifold.h index 0a7c114124..7fb421cf4f 100644 --- a/include/deal.II/fe/mapping_manifold.h +++ b/include/deal.II/fe/mapping_manifold.h @@ -277,7 +277,7 @@ public: * Unit tangential vectors. Used for the computation of boundary forms and * normal vectors. * - * This array has (dim-1)*GeometryInfo%::%faces_per_cell entries. The + * This array has `(dim-1) * GeometryInfo::faces_per_cell` entries. The * first GeometryInfo::faces_per_cell contain the vectors in the first * tangential direction for each face; the second set of * GeometryInfo::faces_per_cell entries contain the vectors in the diff --git a/include/deal.II/fe/mapping_q_generic.h b/include/deal.II/fe/mapping_q_generic.h index d9d1c2de7e..8f54120313 100644 --- a/include/deal.II/fe/mapping_q_generic.h +++ b/include/deal.II/fe/mapping_q_generic.h @@ -408,7 +408,7 @@ public: * Unit tangential vectors. Used for the computation of boundary forms and * normal vectors. * - * This array has (dim-1)*GeometryInfo%::%faces_per_cell entries. The + * This array has `(dim-1) * GeometryInfo::faces_per_cell` entries. The * first GeometryInfo::faces_per_cell contain the vectors in the first * tangential direction for each face; the second set of * GeometryInfo::faces_per_cell entries contain the vectors in the second -- 2.39.5