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:
@@ -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
|
||||
|
Reference in New Issue
Block a user