From: Wolfgang Bangerth Date: Sat, 5 Feb 2011 16:33:58 +0000 (+0000) Subject: The expander program can only handle block comments that start and end in a X-Git-Tag: v8.0.0~4406 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d01b446afef32c8fb95f906ee284ec46395cd51b;p=dealii.git The expander program can only handle block comments that start and end in a single line, but this file had one that didn't. I wonder how that never was a problem over the last couple of weeks... git-svn-id: https://svn.dealii.org/trunk@23291 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/fe/fe_values.decl.2.inst.in b/deal.II/source/fe/fe_values.decl.2.inst.in index 6e86304766..9ceed9e646 100644 --- a/deal.II/source/fe/fe_values.decl.2.inst.in +++ b/deal.II/source/fe/fe_values.decl.2.inst.in @@ -17,12 +17,10 @@ for (VEC : SERIAL_VECTORS) { - /** - * Call - * @p get_interpolated_dof_values - * of the iterator with the - * given arguments. - */ + /// Call + /// @p get_interpolated_dof_values + /// of the iterator with the + /// given arguments. virtual void get_interpolated_dof_values (const VEC &in,