summaryrefslogtreecommitdiff
path: root/cpp/src/slice2html/Gen.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2009-07-07 18:41:04 +1000
committerMichi Henning <michi@zeroc.com>2009-07-07 18:41:04 +1000
commit96e5354bd6760d43b031906e745ab741ad5d38f2 (patch)
tree46d2abbd537c9d9f93572b0aae15584b57bbb6c0 /cpp/src/slice2html/Gen.h
parentFixed compilation error in BatchOneways.java (diff)
downloadice-96e5354bd6760d43b031906e745ab741ad5d38f2.tar.bz2
ice-96e5354bd6760d43b031906e745ab741ad5d38f2.tar.xz
ice-96e5354bd6760d43b031906e745ab741ad5d38f2.zip
Bug 3502: Improve javadoc support in Eclipse.
Diffstat (limited to 'cpp/src/slice2html/Gen.h')
-rw-r--r--cpp/src/slice2html/Gen.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpp/src/slice2html/Gen.h b/cpp/src/slice2html/Gen.h
index cacdd581a4b..cf44c726e92 100644
--- a/cpp/src/slice2html/Gen.h
+++ b/cpp/src/slice2html/Gen.h
@@ -103,6 +103,16 @@ private:
static ::std::string _logoURL;
static ::std::string _searchAction;
static ContainedList _symbols;
+
+ //
+ // TODO:
+ // Members below exist to emit warnings for old-style javadoc comments (using [...] instead of {@link ...}),
+ // and to emit warnings for old-style scoped names (X::Y::Z instead of X.Y#Z).
+ // Once we remove support for the old style comments, we also need to remove these members.
+ //
+ ::std::set< ::std::string> _warnOldCommentFiles;
+ ::std::string toSliceID(const ::std::string&, const ::std::string&);
+ void warnOldStyleIdent(const ::std::string&, const ::std::string&);
};
class StartPageGenerator : private GeneratorBase