Commit 6f501580 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Add some documentation to the next script.

To make life simpler in the future, document generation_doc.m


git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@10176 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
parent 5b38c971
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
%% Regenerate documentation
% This file regenerates documentation in the current directory.  It only
% works on files starting with 'TT_', and does not recurse.  It also
% doesn't evaluate code.
files = dir
c = 0
for i = 1:length(files)