From: David Wells Date: Wed, 18 May 2016 04:09:46 +0000 (-0400) Subject: Fix some doxygen formatting. X-Git-Tag: v8.5.0-rc1~1031^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2612%2Fhead;p=dealii.git Fix some doxygen formatting. Starting a new line with a hyphen results in a bullet point list, which is not what we want. --- diff --git a/include/deal.II/grid/grid_in.h b/include/deal.II/grid/grid_in.h index 72e99ee9c2..f5bfd5d9c7 100644 --- a/include/deal.II/grid/grid_in.h +++ b/include/deal.II/grid/grid_in.h @@ -212,9 +212,8 @@ template struct CellData; * * Alternatively, Cubit can generate ABAQUS files that can be read in via the * read_abaqus() function. This may be a better option for geometries with - * complex boundary condition surfaces and multiple materials - * - information which is currently not easily obtained through - * Cubit's python interface. + * complex boundary condition surfaces and multiple materials - information + * which is currently not easily obtained through Cubit's python interface. * * *