#summary The @inheritdesc tag == Usage == @inheritdesc == Description == Inherit the description of an '@extend'ed class/interface. Note - for functions the modifiers are not being copied over and should be explicitly specified overriding member. == Example == {{{ /** * @function {private String} magicFunction * @inheritdesc */ }}} == Details == || Since || v1.0 ||