Mercurial > pub > site.implab
diff 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 diff
--- a/view/site/library/@Collection.tt Wed May 14 01:22:21 2014 +0400 +++ b/view/site/library/@Collection.tt Wed May 14 17:28:22 2014 +0400 @@ -2,13 +2,12 @@ document.layout = 'library'; compounds = resource.GetCompoundsLocation(); IF model.indexDocument; - display_model( - model.indexDocument, - args = { - compounds = compounds.toString(), - members = resource.GetMembersLocation().toString() - } - ); + args = { + compounds = compounds.toString(), + members = resource.GetMembersLocation().toString() + } + T = import('Benzin::Doxygen::DisplayTransform'); + T.instance.DisplayCompound(model.indexDocument, args ); ELSE; %] <h1>$model.description</h1>