Lines Matching refs:description
24 % if tag.description and tag.description.strip():
25 <tag id="${tag.id}">${tag.description | x}</tag>
27 <tag id="${tag.id}"><!-- TODO: fill the tag description --></tag>
37 % if section.description is not None:
38 <description>${section.description}</description>
118 % if prop.description is not None:
119 <description>${prop.description | x}</description>