# HG changeset patch # User Chris Cannam # Date 1302548885 -3600 # Node ID a0f6e994657f348e29c48e857ab12122f02bf2bf # Parent 4ad6499d7998ad08d478f722e311727e312bcb65 Fix index file name; minor text changes; hack in link to repo (currently hard-coded with project name!) diff -r 4ad6499d7998 -r a0f6e994657f extra/soundsoftware/matlab-docs.conf --- a/extra/soundsoftware/matlab-docs.conf Mon Apr 11 18:17:06 2011 +0100 +++ b/extra/soundsoftware/matlab-docs.conf Mon Apr 11 20:08:05 2011 +0100 @@ -135,7 +135,7 @@ # if no, all files are saved in the same directory, often # easier for outside linking to files #------------------------------------------------------------------------ -set producetree = no +set producetree = yes #------------------------------------------------------------------------ # codebodyindex/files: HTML-code for adding to BODY tag diff -r 4ad6499d7998 -r a0f6e994657f extra/soundsoftware/matlab-docs.pl --- a/extra/soundsoftware/matlab-docs.pl Mon Apr 11 18:17:06 2011 +0100 +++ b/extra/soundsoftware/matlab-docs.pl Mon Apr 11 20:08:05 2011 +0100 @@ -801,8 +801,9 @@ else { $extradirfilename = $dirnamesingle{$LocalActDir}; } $indexfile = $var{'dirhtml'}.$dirnamerelpath{$LocalActDir}.$indexfilename.$var{'filenameextensionindex'}.$extradirfilename.$var{'exthtml'}; - if ($LocalShortLong eq 'short' and $var{'frames'} ne 'yes') { - # With no frames, this must go in the top-level index file instead + if ($LocalShortLong eq 'short' and $extradirfilename eq '' and $var{'frames'} ne 'yes') { + # With no frames and no subdir path, this must go in the + # top-level index file instead $indexfile = $var{'dirhtml'}.$var{'filenametopframe'}.$var{'exthtml'}; } @@ -878,7 +879,7 @@ } elsif ($LocalShortLong eq 'long') { # begin create long index print IFILE "\n"; - print IFILE "\n"; + print IFILE "\n"; for('a'..'z') { # print " $_: @{$_}\n"; @@ -1217,6 +1218,11 @@ print HFILE "$var{'texttitlefiles'} $mfilename{$name}\n\n"; print HFILE "\n"; print HFILE "

$var{'textheaderfiles'} $mfilename{$name}

\n"; + +# http://test.soundsoftware.ac.uk/cannam/projects/smallbox/repository/annotate/DL/RLS-DLA/SolveFISTA.m + + print HFILE "View in repository\n"; + print HFILE "$var{'codehr'}\n"; # include links to short/long - local/global index and C|contents.m
NameDescription
NameSynopsis