view m-toolbox/makeDoc.m @ 21:8be9deffe989 database-connection-manager

Update ltpda_uo.update
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Mon, 05 Dec 2011 16:20:06 +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');

%