Anchors
Documenter.Anchor — Type
Stores an arbitrary object called .object and it's location within a document.
Fields
object– the stored object.order– ordering ofobjectwithin the entire document.file– the destination file, inbuild, where the object will be written to.id– the generated "slug" identifying the object.nth– integer that unique-ifies anchors with the sameid.
Documenter.AnchorMap — Type
Tree structure representing anchors in a document and their relationships with each other.
Object Hierarchy
id -> file -> anchorsEach id maps to a file which in turn maps to a vector of Anchor objects.
Documenter.anchor — Method
Documenter.anchor_exists — Method
Documenter.anchor_fragment — Method
Create an HTML fragment from an anchor.
sourceDocumenter.anchor_isunique — Method
Documenter.anchor_label — Method
Create a label from an anchor.
source