Class TTopLevelTag
Unit
PasDoc_TagManager
Declaration
type TTopLevelTag = class(TTag)
Description
No description available, ancestor TTag description follows Hierarchy
- TObject
- TTag
- TTopLevelTag
Overview
Methods
Description
Methods
|
function AllowedInside(EnclosingTag: TTag): boolean; override; |
This returns just EnclosingTag = nil .
Which means that this tag is allowed only at top level of description, never inside parameter of some tag.
|
Generated by PasDoc 0.15.0.
|