podafFandoc

Alternative and extensible Fandoc writers that provide intelligent context. (Internal)

Mixins

DocWriter

An intelligent interface that gives context to what's being written.

LinkResolver

An interface for resolving URI links.

PreProcessor

An interface for processing <pre> text blocks.

Classes

FandocDocWriter

Same as the official FandocDocWriter, but with bug fixes! See "SlimerDude" comments in source.

FandocLinkResolver

Supports qualified Fantom links as defined in compilerDoc::DocLink and resolves them to the Fantom website.

FuncLinkResolver

A generic link resolver that may be customised with a function.

HtmlDocWriter

A intelligent DocWriter with useful method override hooks.

SyntaxPreProcessor

A PreProcessor that provides syntax highlighting for code blocks.

TableParser

Parses table text into a 2D array of strings.

TablePreProcessor

A PreProcessor for rendering tables to HTML.