Fixed doxygen warning

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@566 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-03-23 17:00:57 +00:00
parent f94143d10b
commit 4ee67642e1

View File

@@ -60,16 +60,15 @@
This file provides the streams omlog, omout, and omerr.
*/
//@{
/** These stream provide replacements for clog, cout, and cerr. They have
/** \name stream replacements
These stream provide replacements for clog, cout, and cerr. They have
the advantage that they can easily be multiplexed.
\see OpenMesh::mostream
*/
//@{
OpenMesh::mostream& omlog();
OpenMesh::mostream& omout();
OpenMesh::mostream& omerr();
//@}
//=============================================================================