changeset 6558:e0e1c6df5ab2

[project @ 2007-04-20 19:33:24 by jwe]
author jwe
date Fri, 20 Apr 2007 19:33:24 +0000
parents 9883cb21e2aa
children 2eee82833c9e
files doc/interpreter/Makefile.in doc/interpreter/func.txi doc/interpreter/geometry.txi doc/interpreter/hashing.txi doc/interpreter/interp.txi doc/interpreter/octave.texi
diffstat 6 files changed, 31 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/Makefile.in	Fri Apr 20 19:18:13 2007 +0000
+++ b/doc/interpreter/Makefile.in	Fri Apr 20 19:33:24 2007 +0000
@@ -39,9 +39,9 @@
 SUB_SOURCE := arith.txi audio.txi basics.txi bit.txi bugs.txi \
 	container.txi control.txi cp-idx.txi data.txi \
 	debug.txi diffeq.txi emacs.txi errors.txi eval.txi \
-	expr.txi finance.txi fn-idx.txi func.txi gpl.txi \
-	grammar.txi image.txi install.txi interp.txi intro.txi io.txi \
-	linalg.txi matrix.txi nonlin.txi numbers.txi \
+	expr.txi finance.txi fn-idx.txi func.txi geomery.txi gpl.txi \
+	grammar.txi hashing.txi image.txi install.txi interp.txi \
+	intro.txi io.txi linalg.txi matrix.txi nonlin.txi numbers.txi \
 	op-idx.txi optim.txi package.txi plot.txi poly.txi preface.txi \
 	quad.txi quaternion.txi set.txi signal.txi sparse.txi stats.txi \
 	stmt.txi strings.txi struct.txi system.txi \
--- a/doc/interpreter/func.txi	Fri Apr 20 19:18:13 2007 +0000
+++ b/doc/interpreter/func.txi	Fri Apr 20 19:33:24 2007 +0000
@@ -225,6 +225,8 @@
 
 @DOCSTRING(nargin)
 
+@DOCSTRING(inputname)
+
 @DOCSTRING(silent_functions)
 
 @node Multiple Return Values
@@ -399,6 +401,8 @@
 @end group
 @end example
 
+@DOCSTRING(parseparams)
+
 @node Variable-length Return Lists
 @section Variable-length Return Lists
 @cindex variable-length return lists
@@ -432,6 +436,8 @@
 @end group
 @end example
 
+@DOCSTRING(deal)
+
 @node Returning From a Function
 @section Returning From a Function
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/interpreter/geometry.txi	Fri Apr 20 19:33:24 2007 +0000
@@ -0,0 +1,8 @@
+@c Copyright (C) 2007 John W. Eaton
+@c This is part of the Octave manual.
+@c For copying conditions, see the file gpl.texi.
+
+@node Geometry
+@chapter Geometry
+
+@DOCSTRING(polyarea)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/interpreter/hashing.txi	Fri Apr 20 19:33:24 2007 +0000
@@ -0,0 +1,8 @@
+@c Copyright (C) 2007 John W. Eaton
+@c This is part of the Octave manual.
+@c For copying conditions, see the file gpl.texi.
+
+@node Hashing Functions
+@chapter Hashing Functions
+
+@DOCSTRING(md5sum)
--- a/doc/interpreter/interp.txi	Fri Apr 20 19:18:13 2007 +0000
+++ b/doc/interpreter/interp.txi	Fri Apr 20 19:33:24 2007 +0000
@@ -17,4 +17,6 @@
 
 @DOCSTRING(bicubic)
 
+@DOCSTRING(spline)
+
 @DOCSTRING(lookup)
--- a/doc/interpreter/octave.texi	Fri Apr 20 19:18:13 2007 +0000
+++ b/doc/interpreter/octave.texi	Fri Apr 20 19:33:24 2007 +0000
@@ -152,6 +152,8 @@
 * Sets::                        
 * Polynomial Manipulations::    
 * Interpolation::
+* Geometry::
+* Hashing::
 * Control Theory::              
 * Signal Processing::           
 * Image Processing::            
@@ -565,6 +567,8 @@
 @include set.texi
 @include poly.texi
 @include interp.texi
+@include geometry.texi
+@include hash.texi
 @include control.texi
 @include signal.texi
 @include image.texi