Class TNonSelfTag

Unit

Declaration

type TNonSelfTag = class(TTag)

Description

This item has no description.

Source: source/component/PasDoc_TagManager.pas (line 288).

Hierarchy

Overview

Methods

Public function AllowedInside(EnclosingTag: TTag): boolean; override;

Description

Methods

Public 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.

Source: source/component/PasDoc_TagManager.pas (line 298).


Generated by PasDoc 0.17.0.snapshot.