From: Wolfgang Bangerth Date: Fri, 12 Nov 2021 21:34:40 +0000 (-0700) Subject: Streamline documentation. X-Git-Tag: v9.4.0-rc1~844^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=355fcf95dd7665bf8b77757df5f79840b3976adb;p=dealii.git Streamline documentation. --- diff --git a/include/deal.II/grid/grid_in.h b/include/deal.II/grid/grid_in.h index 46f4d719f6..a2d0b42366 100644 --- a/include/deal.II/grid/grid_in.h +++ b/include/deal.II/grid/grid_in.h @@ -513,14 +513,9 @@ public: read_xda(std::istream &in); /** - * Read grid data from an msh file, either version 1 or version 2 of that - * file format. The %Gmsh formats are documented at + * Read grid data from an msh file. The %Gmsh formats are documented at * http://www.gmsh.info/. * - * @note The input function of deal.II does not distinguish between newline - * and other whitespace. Therefore, deal.II will be able to read files in a - * slightly more general format than %Gmsh. - * * @ingroup simplex */ void