Newbie here.
@startuml
' interfaces #################################################
interface IQObject
interface IRemoteServiceMenuUiMgr implements IQObject /' - BUG - shows as extends !!! '/
{
{method} +void activate() = 0
}
I use work-around but it should be fixed IMO.
Thanks! Great tool - so far ;-)