Lines Matching defs:sections
222 def refPageShell(pageName, pageDesc, fp, head_content = None, sections=None, tail_content=None, man_section=3):
228 - head_content - text to include before the sections
229 - sections - iterable returning (title,body) for each section.
230 - tail_content - text to include after the sections
262 if sections is not None:
263 for title, content in sections.items():
288 sections = OrderedDict()
291 sections['C Specification'] = specText
294 sections[fieldName] = fieldText
300 sections['Description'] = descText
302 refPageShell(pageName, pageDesc, fp, head_content=None, sections=sections)
758 sections = [
773 for (apiDict, label, title) in sections:
897 # There are no generated titled sections
898 sections = None
904 sections=sections,
1034 sections = [
1046 for (apiDict, title) in sections: