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.
This commit is contained in:
albert-github 2021-12-26 11:45:30 +01:00 committed by Sébastien Loriot
parent a07c06abd0
commit a20887f1fa
1 changed files with 1 additions and 0 deletions

1
Stream_support/include/CGAL/IO/GOCAD.h Normal file → Executable file
View File

@ -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