From a20887f1fa92756dbdc77c93a6b293f55e4b4c98 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sun, 26 Dec 2021 11:45:30 +0100 Subject: [PATCH] Missing \endcond in Stream_support package We get the warning: ``` include/CGAL/IO/GOCAD.h:41: warning: Conditional section with label 'SKIP_IN_MANUAL' does not have a corresponding \endcond command within this file. ``` Added \endcond in Stream_support package at an in my opinion sensible place. --- Stream_support/include/CGAL/IO/GOCAD.h | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 Stream_support/include/CGAL/IO/GOCAD.h diff --git a/Stream_support/include/CGAL/IO/GOCAD.h b/Stream_support/include/CGAL/IO/GOCAD.h old mode 100644 new mode 100755 index bf5af235cb3..403bcf63df8 --- a/Stream_support/include/CGAL/IO/GOCAD.h +++ b/Stream_support/include/CGAL/IO/GOCAD.h @@ -156,6 +156,7 @@ bool read_GOCAD(std::istream& is, is.clear(std::ios::goodbit); return end_read && nb_gocad == nb_end && !is.bad(); } +/// \endcond /*! * \ingroup PkgStreamSupportIoFuncsGOCAD