Lines Matching full:title
173 - sections - iterable returning (title,body) for each section.
204 for title, content in sections.items():
205 print('== {}'.format(title),
671 for (apiDict, label, title) in sections:
672 # Add section title/anchor header to body
673 anchor = '[[' + label + ',' + title + ']]'
675 '== ' + title,
783 # Include the extension appendix without an extra title
927 for (apiDict, title) in sections:
935 … logWarn('(Benign, is an alias) Ref page for', title, page, 'is aliased into', api.alias[page])
937 logWarn('(Benign, no FlagBits defined) No ref page generated for ', title,
942 logWarn('No ref page generated for ', title, page)