Fantom

 

class

docCompiler::HtmlDocUtil

sys::Obj
  docCompiler::HtmlDocUtil

HtmlDocUtil provides util methods for generating Html documenation.

Slots

firstSentenceSource

static Str firstSentence(Str s)

Return the first sentence found in the given str.

static Str makeTypeLink(Type t, |Type -> Uri| map)

Make a type link formatted as <a href='type.uri'>type.name</a>.