view 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
line wrap: on
line source

[%
	document.layout='library';
	coll = resource.Seek('doxygenCollection');
	args = {
		compounds = coll.GetCompoundsLocation().toString(),
		members = resource.parent.location.toString(),
		memberId = model.doxId,
		kind = 'member'
	}
	T = import('Benzin::Doxygen::DisplayTransform');
	args.memberId = model.doxId;
	args.kind = 'member';
	T.instance.DisplayCompound(model.compound, args );
%]