From f0ddc3b56bdbc002c2176ac347bf9463ec779766 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 19 Feb 2019 16:04:29 -0700 Subject: [PATCH] Update the indentation of a documentation snippet. --- include/deal.II/grid/grid_tools.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index d8e9050b41..6eb080fe72 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -761,15 +761,16 @@ namespace GridTools * are documented in GridTools::compute_point_locations(). * The last element of the @p return_type contains the * indices of points which are not not found inside the mesh - * or lie on artificial cells. - * + * or lie on artificial cells. The @p return_type equals the + * following tuple type: * @code * std::tuple< * std::vector< * typename Triangulation::active_cell_iterator>, - * std::vector>>, - * std::vector>, - * std::vector > + * std::vector>>, + * std::vector>, + * std::vector + * > * @endcode * * For a more detailed documentation see -- 2.39.5