From 5a009c7c5d677222337dc783abd835f2278db4cf 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 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. -- 2.39.5