const class compilerDoc::DocRes

sys::Obj
  compilerDoc::Doc
    compilerDoc::DocRes

Source

DocRes models a resource file within a pod.

docName

virtual override Str docName()

Source

Document name under space is filename

pod

const DocPod pod

Source

Pod which contains the resource

renderer

virtual override Type renderer()

Source

Throw UnsupportedErr

space

virtual override DocSpace space()

Source

The space for this doc is pod

title

virtual override Str title()

Source

Title is the filename

uri

const Uri uri

Source

Uri of the resource file inside the pod