From 355fcf95dd7665bf8b77757df5f79840b3976adb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 12 Nov 2021 14:34:40 -0700 Subject: [PATCH] Streamline documentation. --- include/deal.II/grid/grid_in.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.39.5