jon.recoil.org

Module Url.AnchorSource

Sourcetype kind = [
  1. | Odoc_document.Url.Path.kind
  2. | `Section
  3. | `Type
  4. | `Extension
  5. | `ExtensionDecl
  6. | `Exception
  7. | `Method
  8. | `Val
  9. | `Constructor
  10. | `Field
  11. | `UnboxedField
  12. | `SourceAnchor
]
Sourceval string_of_kind : Odoc_document.Url.Anchor.kind -> string
Sourcetype t = {
  1. page : Odoc_document.Url.Path.t;
  2. anchor : string;
    (*

    Anchor in page where the element is attached

    *)
  3. kind : Odoc_document.Url.Anchor.kind;
    (*

    What kind of element the path points to. e.g. "module", "module-type", "exception", ...

    *)
}

Anchor for the extension declaration item itself, which doesn't have an identifier in the model.