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

/gem5/ext/ply/doc/
H A Dmakedoc.py53 subsection = 0 variable
109 if subsection:
115 subsection = 0 variable
124 subsection += 1
126 result.append("""<H3><a name="%s"></a>%d.%d %s</H3>""" % (headingname,section, subsection, prevheadingtext))
132 if subsection == 1:
146 result.append("""<H4><a name="%s"></a>%d.%d.%d %s</H4>""" % (headingname,section, subsection, subsubsection, prevheadingtext))
162 result.append("""<H5><a name="%s"></a>%d.%d.%d.%d %s</H5>""" % (headingname,section, subsection, subsubsection, subsubsubsection, prevheadingtext))
179 if subsection:

Completed in 8 milliseconds