view m-toolbox/makeDoc.m @ 43:bc767aaa99a8

CVS Update
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Tue, 06 Dec 2011 11:09:25 +0100
parents f0afece42f48
children
line wrap: on
line source


% Make documentation html set.
% 
% Uses m2html available from http://www.artefact.tk/software/matlab/m2html/
%
%
% M Hewitson 26-01-07
% 
% $Id: makeDoc.m,v 1.1 2007/01/26 14:57:42 hewitson Exp $
% 

% doc for m files
m2html('mfiles','m', 'htmldir','m-doc', 'recursive','on', 'global','on');

%