From 4ee67642e10bbbb8ddfda9547316b883b4d865e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 23 Mar 2012 17:00:57 +0000 Subject: [PATCH] Fixed doxygen warning git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@566 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/System/omstream.hh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/OpenMesh/Core/System/omstream.hh b/src/OpenMesh/Core/System/omstream.hh index 9228407d..12572c25 100644 --- a/src/OpenMesh/Core/System/omstream.hh +++ b/src/OpenMesh/Core/System/omstream.hh @@ -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(); - //@} //=============================================================================