c@0: function publishHelp c@0: c@0: outdir = [MASSEF.dir filesep 'help_html' filesep]; c@0: c@0: options = struct(... c@0: 'outputDir',outdir, ... c@0: 'evalCode',false ... c@0: ); c@0: c@0: publish('help_Index.m',options); c@0: publish('help_MASSEF.m',options); c@0: publish('help_MASSEF_evaluate.m',options); c@0: publish('help_MASSEF_execute.m',options); c@15: publish('help_MASSEF_doc.m',options); c@0: publish('help_MASSEF_install.m',options); c@0: publish('help_MASSEF_save.m',options); c@0: publish('help_MASSEF_start.m',options); c@0: publish('help_MASSEFresults.m',options); c@0: publish('help_MASSEFresults_algorithmInfo.m',options); c@0: publish('help_MASSEFresults_filter.m',options); c@0: publish('help_MASSEFresults_input.m',options); c@0: publish('help_MASSEFresults_merge.m',options); c@0: publish('help_MASSEFresults_mixtureInfo.m',options); c@0: publish('help_Separators.m',options); c@0: publish('help_Example.m',options); c@0: c@0: builddocsearchdb(outdir)