classafFandoc::FandocLinkResolver

sys::Obj
  afFandoc::FandocLinkResolver : afFandoc::LinkResolver

@Js

Supports qualified Fantom links as defined in compilerDoc::DocLink and resolves them to the Fantom website. (@ http://fantom.org/doc/)

Format

Display

Links To

pod::index

pod

absolute link to pod index

pod::pod-doc

pod

absolute link to pod doc chapter

pod::Type

Type

absolute link to type qname

pod::Types.slot

Type.slot

absolute link to slot qname

pod::Chapter

Chapter

absolute link to book chapter

pod::Chapter#frag

Chapter

absolute link to book chapter anchor

baseUrl

Source

Uri baseUrl := `http://fantom.org/doc/`

corePodNames

Source

Str[] corePodNames := ...

resolve

Source

virtual override Uri? resolve(DocElem elem, Str? scheme, Uri url)