changeset 2972:7c3a098c2564 octave-forge

Doc fix and fix for notes index items
author adb014
date Sat, 27 Jan 2007 16:25:11 +0000
parents 6db2ac712132
children fd3d85649f4d
files admin/make_index
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admin/make_index	Sat Jan 27 16:23:22 2007 +0000
+++ b/admin/make_index	Sat Jan 27 16:25:11 2007 +0000
@@ -615,7 +615,7 @@
         } elsif (/^(\w.*?)\s*$/) {
 	    # category lines start in the left most column
             $category    = $1;
-        } elsif (/^\s+(\S.*[^=~!><])=\s*(\S.*\S)\s*$/) {
+        } elsif (/^\s+(\S.*?[^=~!><])=\s*(\S.*\S)\s*$/) {
 	    # Process "function = notes" explicit descriptions
 	    $function = $1;
 	    $description = $2;
@@ -811,7 +811,7 @@
 __DOC_HEADER__([[[Function Reference]]])
 <p>This page contains the documentation for individual functions provided by
 Octave and Octave-Forge. The documentation can either be accessed by category or alphabetically.
-Simply use the drop-down menus at the top of the page.</p>
+Simply use the menus at the left of the page.</p>
 __TRAILER__
 EOF
     close OUT;