From 6ae874ee512af99e4a86da5d803522c5cc8471e2 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 14 Feb 2016 10:37:55 -0500 Subject: [PATCH] fix doxygen warning in GridTools::get_dof_to_support_patch_map --- include/deal.II/grid/grid_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5