comparison view/site/library/@Collection.tt @ 8:7d92a42f8e18

improved doxygen library
author sergey
date Wed, 14 May 2014 17:28:22 +0400
parents fa7a99c2d079
children
comparison
equal deleted inserted replaced
7:fa7a99c2d079 8:7d92a42f8e18
1 [% 1 [%
2 document.layout = 'library'; 2 document.layout = 'library';
3 compounds = resource.GetCompoundsLocation(); 3 compounds = resource.GetCompoundsLocation();
4 IF model.indexDocument; 4 IF model.indexDocument;
5 display_model( 5 args = {
6 model.indexDocument, 6 compounds = compounds.toString(),
7 args = { 7 members = resource.GetMembersLocation().toString()
8 compounds = compounds.toString(), 8 }
9 members = resource.GetMembersLocation().toString() 9 T = import('Benzin::Doxygen::DisplayTransform');
10 } 10 T.instance.DisplayCompound(model.indexDocument, args );
11 );
12 ELSE; 11 ELSE;
13 %] 12 %]
14 <h1>$model.description</h1> 13 <h1>$model.description</h1>
15 <ul> 14 <ul>
16 [% FOREACH item IN model.GetPackages() %] 15 [% FOREACH item IN model.GetPackages() %]