Program: MKLSHELP2HTML

  mklshelp2html.......convert matlab help lines into HTML files
 
  call: mklshelp2html(subdir);
 
        subdir: (string)
                This string defines the subdirectory of the LOCSMITH
                base directory for which HTML files shall be generated.
                This must be empty or an existing subdirectory!
 
 
  result: none
 
  This routine reads the help lines of all .m files and writes them into
  HTML files. HTML headers and footers as well as save paths are taken from
  MKLSCONSTANTS, so the conversion process can run fully automatically.
 
  The program writes one .html file per .m file and one file toc_list.html
  that contains a list of links to all these files which may be copied into
  the actual toc files of the online documentation. The latter is written
  into subdirectory "toc" of the directory that contains the .html files.
  This subdirectory must exist prior to executing MKLSHELP2HTML!
 
  The .html files for the individual m-files are written into subdirectory
  "mfiles" of the doc/en directory of the online documentation. This
  subdirectory must exist prior to execution of MKLSHELP2HTML!
 
  Martin Knapmeyer, 28.09.2004

Read M-File Source Code


eof.