]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update the indentation of a documentation snippet. 7578/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 19 Feb 2019 23:04:29 +0000 (16:04 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Feb 2019 23:04:29 +0000 (16:04 -0700)
include/deal.II/grid/grid_tools.h

index d8e9050b414e0bc4a2006ea6127eee75e12a5d67..6eb080fe7233345e75a7c4deb08189410aca942e 100644 (file)
@@ -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<dim,spacedim>::active_cell_iterator>,
-   *        std::vector<std::vector<Point<dim>>>,
-   *        std::vector<std::vector<unsigned int>>,
-   *        std::vector<unsigned int> >
+   *     std::vector<std::vector<Point<dim>>>,
+   *     std::vector<std::vector<unsigned int>>,
+   *     std::vector<unsigned int>
+   *   >
    * @endcode
    *
    * For a more detailed documentation see

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.