Searched refs:prevheadingtext (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/ply/doc/
H A Dmakedoc.py99 prevheadingtext = m.group(2) variable
103 result.append("""<H2><a name="%s"></a>%d. %s</H2>""" % (headingname,section, prevheadingtext))
114 index += """<li><a href="#%s">%s</a>\n""" % (headingname,prevheadingtext)
122 prevheadingtext = m.group(2) variable
126 result.append("""<H3><a name="%s"></a>%d.%d %s</H3>""" % (headingname,section, subsection, prevheadingtext))
135 index += """<li><a href="#%s">%s</a>\n""" % (headingname,prevheadingtext)
141 prevheadingtext = m.group(2) variable
146 result.append("""<H4><a name="%s"></a>%d.%d.%d %s</H4>""" % (headingname,section, subsection, subsubsection, prevheadingtext))
153 index += """<li><a href="#%s">%s</a>\n""" % (headingname,prevheadingtext)
158 prevheadingtext variable
[all...]

Completed in 3 milliseconds