From 6f501580f6ad8985b88530969794d5d94455bbd2 Mon Sep 17 00:00:00 2001 From: Matthew Dawson Date: Fri, 5 Jul 2013 20:52:01 +0000 Subject: [PATCH] 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 --- html/generation_doc.m | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/generation_doc.m b/html/generation_doc.m index 18fba70..f7dd697 100644 --- a/html/generation_doc.m +++ b/html/generation_doc.m @@ -1,3 +1,7 @@ +%% 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) -- GitLab