scrapingAnchor

Creates an anchor element at documentation level for scraping purposes, which marks a specific section of documentation.

Receiver

the DocTagBuilder to add the anchor to

Parameters

anchor

the name of the anchor to create


fun PageContentBuilder.DocumentableContentBuilder.scrapingAnchor(anchor: String)

Creates an anchor element at rendering level for scraping purposes, which marks a specific section of documentation.

Receiver

the PageContentBuilder.DocumentableContentBuilder to add the anchor to

Parameters

anchor

the name of the anchor to create