Home | History | Annotate | Download | only in utils

Lines Matching refs:item

800         for item in preorder(c, parents+(node,)):
801 yield item
880 for item in path[-1][2]:
882 relativePath = item.path[len(root):]
890 lineReference = findClosestLineReference(root,doxyName,item.line)
895 if item.section.paragraph is not None:
896 paraText = ' (p%d)'%(item.section.paragraph,)
899 print >>f,'<a href="%s">%s:%d</a>%s<br>'%(linkStr,relativePath,item.line,paraText)