in reply to Can I automatically generate documentation from HTML::Template?
I'm not familiar with HTML::Template, but it should be trivial, either in code (probably with a minor subclassing) or by hand, to put a marker at the beginning and end of each template:
<!-- path/to/template --> ... <!-- /path/to/template -->
Hugo
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Can I automatically generate documentation from HTML::Template?
by toma (Vicar) on May 17, 2004 at 15:52 UTC | |
by hardburn (Abbot) on May 17, 2004 at 16:52 UTC |