supports typedefs, generates "See also:" and adds "virtual " for virtual

functions


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-01-08 19:46:24 +00:00
parent cecfc5e7e5
commit ed38ec7e34
3 changed files with 213 additions and 38 deletions

View File

@@ -367,8 +367,8 @@ public:
// TRUE, if there is at least one entry
// in the comment list of this context
bool HasComments();
inline MCommentListT& GetCommentList()
{ return mComments; }
MCommentListT& GetCommentList() { return mComments; }
const MCommentListT& GetCommentList() const { return mComments; }
// should be overriden, if the context supports sorting
// of it's members