From: Daniel Arndt Date: Sun, 2 Feb 2020 01:32:53 +0000 (-0500) Subject: Add a missing @endcode in DoFTools documentation X-Git-Tag: v9.2.0-rc1~586^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a217c2850372db5e63c38395c06f332db9289da;p=dealii.git Add a missing @endcode in DoFTools documentation --- diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index f83c001f6a..9fb8a00b78 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -814,6 +814,7 @@ namespace DoFTools * const Point &face_center = cell->face(face_index)->center(); * return 0 < face_center[0]; * }; + * @endcode */ template