view m-toolbox/makeDoc.m @ 52:daf4eab1a51e database-connection-manager tip

Fix. Default password should be [] not an empty string
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 07 Dec 2011 17:29:47 +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');

%