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
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 :)
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 :)