annotate view/site/library/_any/@Member.tt @ 7:fa7a99c2d079
dox library templates and schemas
author |
sergey |
date |
Wed, 14 May 2014 01:22:21 +0400 |
parents |
f1ce08199a08 |
children |
|
rev |
line source |
7
|
1 [%
|
|
2 document.layout='library';
|
|
3 coll = resource.Seek('doxygenCollection');
|
|
4 args = {
|
|
5 compounds = coll.GetCompoundsLocation().toString(),
|
|
6 members = resource.parent.location.toString(),
|
|
7 memberId = model.doxId,
|
|
8 kind = 'member'
|
|
9 }
|
|
10 T = import('Benzin::Doxygen::DisplayTransform');
|
|
11 args.memberId = model.doxId;
|
|
12 args.kind = 'member';
|
|
13 T.instance.DisplayCompound(model.compound, args );
|
|
14 %]
|