TopicTransformationCore.CreateNoticeDefinitions Method

This is called to create the API topic notice definitions that will be used by the transformation

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
protected abstract void CreateNoticeDefinitions()

Remarks

By default, notice definitions are created for the preliminary XML comments element, the ObsoleteAttribute, and ExperimentalAttribute.

See Also