Class TNonSelfTag
Unit
PasDoc_TagManager
Declaration
type TNonSelfTag = class(TTag)
Description
No description available, ancestor TTag description follows Hierarchy
Overview
Methods
Description
Methods
|
function AllowedInside(EnclosingTag: TTag): boolean; override; |
This returns just inherited and (EnclosingTag <> Self) .
Which means that (assuming that OnAllowedInside is not assigned) this tag is allowed at top level of description and inside parameter of any tag but not within itself and not within tags without toAllowOtherTagsInsideByDefault.
This is currently not used by any tag.
|
Generated by PasDoc 0.15.0.
|