# This is the config file for the documentation generator.
# (c) 2011 Andreas Rumpf
# Feel free to edit the templates as you need.
split.item.toc = "20"
# too long entries in the table of contents wrap around
# after this number of characters
doc.section = """
"""
doc.section.toc = """
$sectionTitle
"""
doc.item = """
$header
$desc
"""
doc.item.toc = """
$name
"""
doc.toc = """
"""
doc.body_toc = """
$tableofcontents
$moduledesc
$content
"""
doc.body_no_toc = """
$moduledesc
$content
"""
doc.file = """
$title
$title
$content
Generated: $date $time UTC
"""