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.4.0-rc2~3^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2190%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 9d64822122..6605c29f20 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -1105,7 +1105,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.