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