Merge pull request #6199 from albert-github/feature/bug_stream_support_endcond

Missing \endcond in Stream_support package
This commit is contained in:
Laurent Rineau 2022-01-03 16:22:14 +01:00
commit 9ba4b2cd6f
1 changed files with 1 additions and 0 deletions

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