1 %> @brief Merges contents of many
log_html
3 %> @sa uip_report_estlog.m
12 o.classtitle = 'Report merger';
19 methods(Access=protected)
20 function out = do_use(o, in)
27 out.html = cat(2, out.html, '<hr />', 10);
29 out.html = cat(2, out.html, '<h1>', sprintf('Report %d/%d', i, nin), ' - ', in(i).classtitle, ' - ', in(i).title, '</h1>', 10, in(i).html);
Merges contents of many log_html.
Generated by irreport, carries HTML contents.