summaryrefslogtreecommitdiff
path: root/cpp/src/slice2html/Gen.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2010-05-29 13:51:34 -0700
committerMark Spruiell <mes@zeroc.com>2010-05-29 13:51:34 -0700
commit2e70585a5dd68e1dd14a93991f94110d557f54e1 (patch)
tree672ab02ddb80fb87ea80024c3e3d2f74afe3c07d /cpp/src/slice2html/Gen.cpp
parentfixing bug in cpp/test/Slice/structure (diff)
downloadice-2e70585a5dd68e1dd14a93991f94110d557f54e1.tar.bz2
ice-2e70585a5dd68e1dd14a93991f94110d557f54e1.tar.xz
ice-2e70585a5dd68e1dd14a93991f94110d557f54e1.zip
bug fix in slice2html
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rwxr-xr-xcpp/src/slice2html/Gen.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp
index ab26b6b4e4b..d5b01018e07 100755
--- a/cpp/src/slice2html/Gen.cpp
+++ b/cpp/src/slice2html/Gen.cpp
@@ -1112,7 +1112,8 @@ 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 javadoc link syntax: `[" << literal << "]'"
+ << endl;
}
}
else if(s[i] == '{')