From 2489cfc0e7f32f863709f4c63ea32b9570f0e5f7 Mon Sep 17 00:00:00 2001 From: Logan Harbour Date: Tue, 19 Feb 2019 12:20:08 -0600 Subject: [PATCH] Fix doxygen docstring for DoFInfo indices --- include/deal.II/meshworker/dof_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/meshworker/dof_info.h b/include/deal.II/meshworker/dof_info.h index 34a54fe076..1b3bf0825a 100644 --- a/include/deal.II/meshworker/dof_info.h +++ b/include/deal.II/meshworker/dof_info.h @@ -96,7 +96,7 @@ namespace MeshWorker */ unsigned int sub_number; - /* + /** * The DoF indices of the * current cell */ -- 2.39.5