From: Simon Sticko Date: Tue, 7 Sep 2021 13:19:49 +0000 (+0200) Subject: Avoid comment from grid_in.cc showing up in doc of read_vtk. X-Git-Tag: v9.4.0-rc1~994^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36f6d0ae8d5fea7ea9302338aaad1ad0ae5da6ad;p=dealii.git Avoid comment from grid_in.cc showing up in doc of read_vtk. By changing the /// to // in the cc-file. --- diff --git a/source/grid/grid_in.cc b/source/grid/grid_in.cc index 4d7e4793e7..7f665b1b85 100644 --- a/source/grid/grid_in.cc +++ b/source/grid/grid_in.cc @@ -388,8 +388,7 @@ GridIn::read_vtk(std::istream &in) ExcMessage( "While reading VTK file, failed to find CELLS section")); - /////////////////////Processing the CELL_TYPES - /// section//////////////////////// + // Processing the CELL_TYPES section in >> keyword;