module PDoc module Generators module Html module Helpers module BaseHelper def layout_section(title, classname = title.downcase) <<-EOS

#{title}

EOS end def end_layout_section <<-EOS
EOS end end module LinkHelper end module CodeHelper end module MenuHelper end end end end end