Instance Property
symbolIdentifiersWithExpandedDocumentation
The symbol identifiers that have an expanded documentation page available if they meet the associated access level requirement.
var symbolIdentifiersWithExpandedDocumentation: [String : ConvertRequest.ExpandedDocumentationRequirements]?
Discussion
For each of these symbols DocC sets the hasNoExpandedDocumentation property to true if the symbol fails to meet its provided requirements. This information in the page’s RenderMetadata can be used to display a “View More” link that navigates the user to the full version of the documentation page.