From: Timo Heister Date: Sun, 14 Feb 2016 15:37:55 +0000 (-0500) Subject: fix doxygen warning in GridTools::get_dof_to_support_patch_map X-Git-Tag: v8.5.0-rc1~1312^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2189%2Fhead;p=dealii.git fix doxygen warning in GridTools::get_dof_to_support_patch_map --- diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index ca673f41fc..ce52d74534 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -1112,7 +1112,7 @@ namespace GridTools * Triangulation or a parallel::distributed::Triangulation with a finite * element that has degrees of freedom that are logically associated to a * vertex, line, quad, or hex. - * @param[out] dof_to_support_patch_map A map from the global_dof_index of + * @return A map from the global_dof_index of * degrees of freedom on locally relevant cells to vectors containing * DoFHandlerType::active_cell_iterators of cells in the support of the basis * function at that degree of freedom.