1 %> @brief Generated by @ref
irreport, carries HTML contents
4 %> HTML
string. Please note that it should contain only things inside the BODY tag. @c html will be
"embodied" by embody()
6 %> File name to save to. If left empty, an unexisting filename will be generated when necessary
12 o.moreactions{end+1} =
'open_in_browser';
15 function s = get_embodied(o)
19 '<title>', o.title, '</title>', 10, ...
30 if isempty(o.filename)
38 irerror(sprintf('Could''t create file "%s"', fn));
40 fwrite(h, o.get_embodied());
44 function o = open_in_browser(o)
Generated by irreport, carries HTML contents.
function find_filename(in prefix, in suffix, in extension, in flag_return_ext)