changeset 8567:674d00f5e072

remove variable index
author Soren Hauberg <soren@hauberg.org>
date Thu, 22 Jan 2009 11:11:16 -0500
parents da95767511f5
children aa1de3a889ed
files doc/ChangeLog doc/interpreter/func.txi doc/interpreter/octave.texi doc/interpreter/var.txi
diffstat 4 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Thu Jan 22 11:06:56 2009 -0500
+++ b/doc/ChangeLog	Thu Jan 22 11:11:16 2009 -0500
@@ -1,5 +1,9 @@
-2009-01-22  Soren Hauberg  <hauberg@gmail.com>
+2009-01-22  Søren Hauberg  <hauberg@gmail.com>
 
+	* interpreter/func.txi: Put varargin and varargout in concept index.
+	* interpreter/var.txi: Put ans in concept index.
+	* interpreter/octave.texi: Don't include vr-idx.texi.
+	
         * interpreter/var.txi: Remove sections on built-in variables.
 
 2009-01-20  John W. Eaton  <jwe@octave.org>
--- a/doc/interpreter/func.txi	Thu Jan 22 11:06:56 2009 -0500
+++ b/doc/interpreter/func.txi	Thu Jan 22 11:11:16 2009 -0500
@@ -339,7 +339,7 @@
 @node Variable-length Argument Lists
 @section Variable-length Argument Lists
 @cindex variable-length argument lists
-@vrindex @code{varargin}
+@cindex @code{varargin}
 
 Sometimes the number of input arguments is not known when the function
 is defined.  As an example think of a function that returns the smallest
@@ -423,7 +423,7 @@
 @node Variable-length Return Lists
 @section Variable-length Return Lists
 @cindex variable-length return lists
-@vrindex @code{varargout}
+@cindex @code{varargout}
 
 It is possible to return a variable number of output arguments from a
 function using a syntax that's similar to the one used with the
--- a/doc/interpreter/octave.texi	Thu Jan 22 11:06:56 2009 -0500
+++ b/doc/interpreter/octave.texi	Thu Jan 22 11:11:16 2009 -0500
@@ -633,7 +633,7 @@
 @include gpl.texi
 
 @include cp-idx.texi
-@include vr-idx.texi
+@c @include vr-idx.texi
 @include fn-idx.texi
 @include op-idx.texi
 
--- a/doc/interpreter/var.txi	Thu Jan 22 11:06:56 2009 -0500
+++ b/doc/interpreter/var.txi	Thu Jan 22 11:11:16 2009 -0500
@@ -66,6 +66,7 @@
 to hold a string value in the same program.  Variables may not be used
 before they have been given a value.  Doing so results in an error.
 
+@cindex @code{ans}
 @DOCSTRING(ans)
 
 @DOCSTRING(isvarname)