|
From: SourceForge.net <no...@so...> - 2010-10-07 05:45:27
|
Feature Requests item #3078697, was opened at 2010-09-30 13:18 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=354213&aid=3078697&group_id=4213 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Pending Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Support for interface realization Initial Comment: There is no support for interface realization in such way as for inheritance. I.e. There is inheritance hierachy but there is no interface realization one. There is @inherited tag for inherited members but there are no resembled things for interface members to realize ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2010-10-07 05:45 Message: First, I need something like @realize tag that points to appropriate interface member. Second, the fact class realize some interface(or interfaces) isn't reflected in class hierachy page, so I have no ideas how this hierachy binds to some interface hierachy. Thanks :) ---------------------------------------------------------------------- Comment By: Michalis Kamburelis (kambi) Date: 2010-10-07 03:59 Message: Can you clarify more what is needed? What new tag is needed, what it should do? I agree in general that current @inherited and friends are mainly directed at single inheritance (without interfaces). More precise idea for a new tags with interfaces would help clarify this feature requests. (If other people listening on pasdoc-main have some ideas for this, then please comment too, of course :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=354213&aid=3078697&group_id=4213 |