From: Daniel Arndt Date: Wed, 10 Jun 2020 14:27:11 +0000 (-0400) Subject: Remove % in documentation X-Git-Tag: v9.3.0-rc1~1464^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10501%2Fhead;p=dealii.git Remove % in documentation --- 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