view view/site/library/_any/@Compound.tt @ 16:e69c970c3ddd default tip

sync
author sergey
date Tue, 20 May 2014 01:28:48 +0400
parents fa7a99c2d079
children
line wrap: on
line source

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