diff options
author | Mark Spruiell <mes@zeroc.com> | 2018-02-01 13:08:27 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2018-02-01 13:08:27 -0800 |
commit | 01e7d9c301dc12bc516eae02162f2a3e6c551f94 (patch) | |
tree | 21d3b011878b59928db94851cd6f928dbf32e3c3 /cpp/src/slice2java/Gen.h | |
parent | ICE-8544 - Updates to packaging metadata (diff) | |
download | ice-01e7d9c301dc12bc516eae02162f2a3e6c551f94.tar.bz2 ice-01e7d9c301dc12bc516eae02162f2a3e6c551f94.tar.xz ice-01e7d9c301dc12bc516eae02162f2a3e6c551f94.zip |
ICE-7891 - Translate @see references in Java
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index 262c90e65b0..8f72bc9899f 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -102,12 +102,13 @@ protected: static StringList splitComment(const ContainedPtr&); void writeDocCommentLines(::IceUtilInternal::Output&, const StringList&); void writeDocCommentLines(::IceUtilInternal::Output&, const std::string&); - void writeDocComment(::IceUtilInternal::Output&, const CommentPtr&); + void writeDocComment(::IceUtilInternal::Output&, const UnitPtr&, const CommentPtr&); void writeDocComment(::IceUtilInternal::Output&, const std::string&); void writeProxyDocComment(::IceUtilInternal::Output&, const OperationPtr&, const std::string&, const CommentPtr&, bool, bool); void writeServantDocComment(::IceUtilInternal::Output&, const OperationPtr&, const std::string&, const CommentPtr&, bool); + void writeSeeAlso(::IceUtilInternal::Output&, const UnitPtr&, const std::string&); }; class Gen : private ::IceUtil::noncopyable |