From e64c9e845af0fb8de1ec17da86216229b51a41ab Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Tue, 19 Mar 2013 09:12:17 -0700 Subject: ICE-5237 - slice2html fixes --- cpp/src/slice2html/Gen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp') diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp index 1f197cb5585..b40034a1659 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -1108,7 +1108,7 @@ Slice::GeneratorBase::getComment(const ContainedPtr& contained, const ContainerP if(_warnOldCommentFiles.find(fileName) == _warnOldCommentFiles.end()) { _warnOldCommentFiles.insert(fileName); - cerr << fileName << ": warning: file contains old-style javadoc link syntax: `[" << literal << "]'" + cerr << fileName << ": warning: file contains old-style link syntax: `[" << literal << "]'" << endl; } } @@ -1507,7 +1507,7 @@ Slice::GeneratorBase::warnOldStyleIdent(const string& str, const string& fileNam lastName = newName.substr(pos + 1); } - cerr << fileName << ": warning: file contains old-style javadoc identifier syntax: `" << str << "'." + cerr << fileName << ": warning: file contains old-style identifier syntax: `" << str << "'." << " Use `'" << newName << "'"; if(!alternateName.empty()) { -- cgit v1.2.3