mirror of https://github.com/CGAL/cgal
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:
parent
a07c06abd0
commit
a20887f1fa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue