Mercurial > pub > site.implab
view view/site/library/@Collection.tt @ 8:7d92a42f8e18
improved doxygen library
author | sergey |
---|---|
date | Wed, 14 May 2014 17:28:22 +0400 |
parents | fa7a99c2d079 |
children |
line wrap: on
line source
[% document.layout = 'library'; compounds = resource.GetCompoundsLocation(); IF model.indexDocument; args = { compounds = compounds.toString(), members = resource.GetMembersLocation().toString() } T = import('Benzin::Doxygen::DisplayTransform'); T.instance.DisplayCompound(model.indexDocument, args ); ELSE; %] <h1>$model.description</h1> <ul> [% FOREACH item IN model.GetPackages() %] <li><a href="[% compounds.Child(item.doxId) %]">$item.name</a></li> [% END %] </ul> [% END %]