logo

class

docCompiler::PodIndexGenerator

sys::Obj
  fandoc::HtmlDocWriter
    docCompiler::HtmlGenerator
      docCompiler::PodIndexGenerator

PodIndexGenerator generates the index file for a pod.

Slots

content

override Void content()

Generate the content section of the document.

Source

firstSentence

static Str firstSentence(Str s)

Source

override Void header()

Generate the header section of the document.

Source

make

new make(DocCompiler compiler, Location loc, OutStream out)

Source

pod

Pod pod

Source

override Void sidebar()

Generate the sidebar section of the document.

Source

title

override Str title()

Return the title for this document.

Source

types

Type[] types

Source