Mercurial > hg > ltpda
comparison m-toolbox/makeDoc.m @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 | |
2 % Make documentation html set. | |
3 % | |
4 % Uses m2html available from http://www.artefact.tk/software/matlab/m2html/ | |
5 % | |
6 % | |
7 % M Hewitson 26-01-07 | |
8 % | |
9 % $Id: makeDoc.m,v 1.1 2007/01/26 14:57:42 hewitson Exp $ | |
10 % | |
11 | |
12 % doc for m files | |
13 m2html('mfiles','m', 'htmldir','m-doc', 'recursive','on', 'global','on'); | |
14 | |
15 % | |
16 | |
17 |