const classafFandocViewer::FandocTheme

sys::Obj
  compilerDoc::DocTheme
    afFandocViewer::FandocTheme

The theme used for styling Fandoc documention. The default theme looks like the Fantom website.

To override, create the following CSS files:

  • %FAN_HOME%/etc/afFandocViewer/fandoc.css for styling pod documentation.
  • %FAN_HOME%/etc/afFandocViewer/fandoc-skiny.css for styling .fandoc file. This usually a subset of fandoc.css.
writeBreadcrumb

Source

virtual override Void writeBreadcrumb(DocRenderer r)

writeCrumbs

Source

Void writeCrumbs(DocRenderer r)

writeEnd

Source

virtual override Void writeEnd(DocRenderer r)

Write closing HTML for page. This should generate the common footer and close the body and html tags.

writeStart

Source

virtual override Void writeStart(DocRenderer r)

Write opening HTML for page. This should generate the doc type, html, head, and opening body tags.