]> Creatis software - clitk.git/commitdiff
Add table of content to doc on wiki
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Tue, 26 Sep 2017 07:56:28 +0000 (09:56 +0200)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Tue, 26 Sep 2017 07:56:28 +0000 (09:56 +0200)
docWiki.sh

index 4017f7c36538c80ae23de97b4746b485552dd18e..e766e99929fd86b0a24f225e55297dde832c6476 100755 (executable)
@@ -10,6 +10,7 @@ tempFile=tempDoc.txt
 cd ./vv_bin/bin
 clitkTools=`ls clitk*`
 echo "This page contains additional information on how to use clitk tools:" > $tempFile
+echo "<<TableOfContents()>>" >> $tempFile
 echo "" >> $tempFile
 for tool in $clitkTools
 do