From: Wolfgang Bangerth Date: Tue, 19 Feb 2019 23:04:29 +0000 (-0700) Subject: Update the indentation of a documentation snippet. X-Git-Tag: v9.1.0-rc1~331^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0ddc3b56bdbc002c2176ac347bf9463ec779766;p=dealii.git Update the indentation of a documentation snippet. --- 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