mirror of https://github.com/CGAL/cgal
Merge pull request #6199 from albert-github/feature/bug_stream_support_endcond
Missing \endcond in Stream_support package
This commit is contained in:
commit
9ba4b2cd6f
|
|
@ -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