view view/site/library/_any/@Compound.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 = resource.parent.location.toString(),
		members = resource.location.toString()
	}
	T = import('Benzin::Doxygen::DisplayTransform');
	T.instance.DisplayCompound(model, args );
%]