From 9c4ab829749ec2ac5576316cad7d513a6889092f Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 6 Apr 2018 11:50:36 -0400 Subject: [PATCH] Use '%' to avoid some doxygen links to Boundary. --- doc/doxygen/headers/glossary.h | 2 +- include/deal.II/fe/fe_values.h | 2 +- include/deal.II/grid/tria.h | 4 ++-- include/deal.II/numerics/matrix_tools.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index 1c9834c868..3b346007ac 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -364,7 +364,7 @@ * VectorTools::interpolate_boundary_values, * VectorTools::compute_no_normal_flux_constraints. * - * @note Boundary indicators are inherited from mother faces and edges to + * @note %Boundary indicators are inherited from mother faces and edges to * their children upon mesh refinement. Some more information about boundary * indicators is also presented in a section of the documentation of the * Triangulation class. diff --git a/include/deal.II/fe/fe_values.h b/include/deal.II/fe/fe_values.h index f77c2f3f5c..3ec07ee051 100644 --- a/include/deal.II/fe/fe_values.h +++ b/include/deal.II/fe/fe_values.h @@ -3277,7 +3277,7 @@ public: const Quadrature& quadrature); /** - * Boundary form of the transformation of the cell at the ith + * %Boundary form of the transformation of the cell at the ith * quadrature point. See * @ref GlossBoundaryForm. * diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 0759fd3169..5d4e850f2c 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -834,13 +834,13 @@ namespace internal * to pertain to a particular region of the domain, material ids are inherited * by child cells from their parent upon mesh refinement. * - * Boundary indicators on lower dimensional objects (these have no material + * %Boundary indicators on lower dimensional objects (these have no material * id) indicate the number of a boundary component. The weak formulation of the * partial differential equation may have different boundary conditions on * different parts of the boundary. The boundary indicator can be used in * creating the matrix or the right hand side vector to indicate these * different parts of the model (this use is like the material id of cells). - * Boundary indicators may be in the range from zero to + * %Boundary indicators may be in the range from zero to * numbers::internal_face_boundary_id-1. The value * numbers::internal_face_boundary_id is reserved to denote interior lines (in * 2D) and interior lines and quads (in 3D), which do not have a boundary diff --git a/include/deal.II/numerics/matrix_tools.h b/include/deal.II/numerics/matrix_tools.h index fb73c9ff1a..863062b54f 100644 --- a/include/deal.II/numerics/matrix_tools.h +++ b/include/deal.II/numerics/matrix_tools.h @@ -572,7 +572,7 @@ namespace MatrixCreator * others. * * - *

Boundary conditions

+ *

%Boundary conditions

* * The apply_boundary_values() function inserts boundary conditions into a * system of equations. To actually do this you have to specify a list of -- 2.39.5