Mercurial > pub > site.implab
annotate view/site/library/_any/@Compound.tt @ 16:e69c970c3ddd default tip
sync
author | sergey |
---|---|
date | Tue, 20 May 2014 01:28:48 +0400 |
parents | fa7a99c2d079 |
children |
rev | line source |
---|---|
7 | 1 [% |
2 document.layout='library'; | |
3 coll = resource.Seek('doxygenCollection'); | |
4 args = { | |
5 compounds = resource.parent.location.toString(), | |
6 members = resource.location.toString() | |
7 } | |
8 T = import('Benzin::Doxygen::DisplayTransform'); | |
9 T.instance.DisplayCompound(model, args ); | |
10 %] |