
3 changed files with 18 additions and 0 deletions
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?> |
||||
<items> |
||||
{% for file in project.files|trier("path") %} |
||||
<item type='file' fqsen='{{ file.getFullyQualifiedStructuralElementName }}' url='{{ path(file) }}' /> |
||||
{% endfor %} |
||||
|
||||
{% for function in project.indexes.functions|trier("getFullyQualifiedStructuralElementName") %} |
||||
<item type='function' fqsen='{{ function.getFullyQualifiedStructuralElementName }}' url='{{ path(function) }}' /> |
||||
{% endfor %} |
||||
|
||||
{% for class in project.indexes.classes|trier("getFullyQualifiedStructuralElementName") %} |
||||
<item type='class' fqsen='{{ class.getFullyQualifiedStructuralElementName }}' url='{{ path(class) }}' /> |
||||
{% endfor %} |
||||
</items> |
Loading…
Reference in new issue