Home > Source > Documentation > aart_html.m

aart_html

PURPOSE ^

DOCUMENT_AART: Genearte HTML Documentation for AART

SYNOPSIS ^

function [output] = aart_html(args)

DESCRIPTION ^

  DOCUMENT_AART: Genearte HTML Documentation for AART
   
       GENERAL
   
        [output] = aart_html(args) 

       ABOUT
         -Created:     May 13th, 2004
         -Last update: February 2004
         -Revision:    0.0.1
         -Author:      R. S. Schestowitz, University of Manchester
  =================================================================

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [output] = aart_html(args)
0002 %  DOCUMENT_AART: Genearte HTML Documentation for AART
0003 %
0004 %       GENERAL
0005 %
0006 %        [output] = aart_html(args)
0007 %
0008 %       ABOUT
0009 %         -Created:     May 13th, 2004
0010 %         -Last update: February 2004
0011 %         -Revision:    0.0.1
0012 %         -Author:      R. S. Schestowitz, University of Manchester
0013 %  =================================================================
0014 
0015 
0016 
0017 
0018 m2html('mfiles', ...
0019 {'Source'...
0020 , 'Source/2D' ...
0021 , 'Source/Bin' ...
0022 , 'Source/Build' ...
0023 , 'Source/Callbacks' ...
0024 , 'Source/Data' ...
0025 , 'Source/Documentation' ...
0026 , 'Source/Evaluate_Objective' ...
0027 , 'Source/Evaluation' ...
0028 , 'Source/Figures' ...
0029 , 'Source/Graphics' ...
0030 , 'Source/Graphics/Backgrounds' ...
0031 , 'Source/Graphics/Buttons' ...
0032 , 'Source/Graphics/Splash' ...
0033 , 'Source/Helper' ...
0034 , 'Source/Irrelevant' ...
0035 , 'Source/Maintenance' ...
0036 , 'Source/Model' ...
0037 , 'Source/Optimise' ...
0038 , 'Source/Optimise/MI' ...
0039 , 'Source/Optimise/MSD' ...
0040 , 'Source/Optimise/Model_Based' ...
0041 , 'Source/Optimise/Others' ...
0042 , 'Source/Redundancy' ...
0043 , 'Source/Registration' ...
0044 , 'Source/Scripts' ...
0045 , 'Source/Simple_1D' ...
0046 , 'Source/Stamping' ...
0047 , 'Source/Tests' ...    
0048 , 'Source/Helper'}...
0049 , 'htmldir','doc');

Generated on Fri 14-May-2004 10:05:30 by m2html © 2003