changeset 6551:75c4045cf1db

[project @ 2007-04-20 08:09:16 by jwe]
author jwe
date Fri, 20 Apr 2007 08:11:47 +0000
parents 1b7a6061a05d
children d933e1615bb1
files doc/interpreter/arith.txi doc/interpreter/basics.txi doc/interpreter/bugs.txi doc/interpreter/control.txi doc/interpreter/data.txi doc/interpreter/errors.txi doc/interpreter/grammar.txi doc/interpreter/octave.texi doc/interpreter/stream.txi
diffstat 9 files changed, 18 insertions(+), 43 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/arith.txi	Fri Apr 20 07:40:26 2007 +0000
+++ b/doc/interpreter/arith.txi	Fri Apr 20 08:11:47 2007 +0000
@@ -44,6 +44,8 @@
 
 @DOCSTRING(gcd)
 
+@DOCSTRING(gradient)
+
 @DOCSTRING(lcm)
 
 @DOCSTRING(log)
--- a/doc/interpreter/basics.txi	Fri Apr 20 07:40:26 2007 +0000
+++ b/doc/interpreter/basics.txi	Fri Apr 20 08:11:47 2007 +0000
@@ -272,6 +272,8 @@
 Startup files may contain any valid Octave commands, including function
 definitions.
 
+@DOCSTRING(OCTAVE_HOME)
+
 @DOCSTRING(version)
 
 @DOCSTRING(ver)
--- a/doc/interpreter/bugs.txi	Fri Apr 20 07:40:26 2007 +0000
+++ b/doc/interpreter/bugs.txi	Fri Apr 20 08:11:47 2007 +0000
@@ -104,6 +104,8 @@
 information.  When you exit the editor, Octave will mail the bug report
 for you.
 
+@DOCSTRING(bug_report)
+
 @menu
 * Bug Criteria::                
 * Where: Bug Lists.             Where to send your bug report.
--- a/doc/interpreter/control.txi	Fri Apr 20 07:40:26 2007 +0000
+++ b/doc/interpreter/control.txi	Fri Apr 20 08:11:47 2007 +0000
@@ -189,7 +189,6 @@
 * tf2sys::                      
 * zp2sys::                      
 * structaccess::                
-* structintern::                
 @end menu
 
 @node fir2sys
@@ -202,6 +201,8 @@
 @node ss2sys
 @subsection State space system interface functions
 
+@DOCSTRING(ss)
+
 @DOCSTRING(ss2sys)
 
 @DOCSTRING(sys2ss)
@@ -209,6 +210,8 @@
 @node tf2sys
 @subsection Transfer function system interface functions
 
+@DOCSTRING(tf)
+
 @DOCSTRING(tf2sys)
 
 @DOCSTRING(sys2tf)
@@ -216,6 +219,8 @@
 @node zp2sys
 @subsection Zero-pole system interface functions
 
+@DOCSTRING(zp)
+
 @DOCSTRING(zp2sys)
 
 @DOCSTRING(sys2zp)
@@ -241,17 +246,6 @@
 
 @DOCSTRING(sysgettsam)
 
-@node structintern
-@subsection Data structure internal functions
-
-@DOCSTRING(syschnamesl)
-
-@DOCSTRING(sysdefioname)
-
-@DOCSTRING(sysdefstname)
-
-@DOCSTRING(tf2sysl)
-
 @node sysdisp
 @section System display functions
 
@@ -261,8 +255,6 @@
 
 @DOCSTRING(zpout)
 
-@DOCSTRING(outlist)
-
 @node blockdiag
 @section Block Diagram Manipulations
 
@@ -287,16 +279,12 @@
 
 @DOCSTRING(syscont)
 
-@DOCSTRING(syscont_disc)
-
 @DOCSTRING(sysdisc)
 
 @DOCSTRING(sysdup) 
 
 @DOCSTRING(sysgroup)
 
-@DOCSTRING(sysgroupn)
-
 @DOCSTRING(sysmult)
 
 @DOCSTRING(sysprune)
@@ -340,8 +328,6 @@
 
 @DOCSTRING(zginit)
 
-@DOCSTRING(zgpbal)
-
 @DOCSTRING(zgreduce)
 
 @DOCSTRING(zgrownorm)
@@ -368,8 +354,6 @@
 
 @DOCSTRING(abcddim)
 
-@DOCSTRING(abcddims)
-
 @DOCSTRING(ctrb)
 
 @DOCSTRING(h2norm)
@@ -419,8 +403,6 @@
 
 @DOCSTRING(step)
 
-@DOCSTRING(stepimp)
-
 @node sysfreq
 @section System Analysis-Frequency Domain
 
@@ -431,16 +413,14 @@
 
 @DOCSTRING(bode_bounds)
 
-@DOCSTRING(bodquist)
-
 @DOCSTRING(freqchkw)
 
-@DOCSTRING(freqresp)
-
 @DOCSTRING(ltifr)
 
 @DOCSTRING(nyquist)
 
+@DOCSTRING(nichols)
+
 @DOCSTRING(tzero)
 
 @DOCSTRING(tzero2)
@@ -499,15 +479,11 @@
 
 @DOCSTRING(starp)
 
-@DOCSTRING(susball)
-
 @DOCSTRING(tf2ss)
 
 @DOCSTRING(tf2zp)
 
 @DOCSTRING(zp2ss)
 
-@DOCSTRING(zp2ssg2)
-
 @DOCSTRING(zp2tf)
 
--- a/doc/interpreter/data.txi	Fri Apr 20 07:40:26 2007 +0000
+++ b/doc/interpreter/data.txi	Fri Apr 20 08:11:47 2007 +0000
@@ -94,8 +94,6 @@
 
 @DOCSTRING(isna)
 
-@DOCSTRING(is_nan_or_na)
-
 @node String Objects
 @subsection String Objects
 @cindex strings
--- a/doc/interpreter/errors.txi	Fri Apr 20 07:40:26 2007 +0000
+++ b/doc/interpreter/errors.txi	Fri Apr 20 08:11:47 2007 +0000
@@ -12,6 +12,8 @@
 
 @DOCSTRING(error)
 
+@DOCSTRING(beep)
+
 @DOCSTRING(beep_on_error)
 
 @DOCSTRING(warning)
--- a/doc/interpreter/grammar.txi	Fri Apr 20 07:40:26 2007 +0000
+++ b/doc/interpreter/grammar.txi	Fri Apr 20 08:11:47 2007 +0000
@@ -34,3 +34,5 @@
 @item @code{unwind_protect_cleanup} @tab @code{varargin} @tab @code{varargout}
 @item @code{while} @tab @code{__FILE__} @tab @code{__LINE__}
 @end multitable
+
+@DOCSTRING(iskeyword)
--- a/doc/interpreter/octave.texi	Fri Apr 20 07:40:26 2007 +0000
+++ b/doc/interpreter/octave.texi	Fri Apr 20 08:11:47 2007 +0000
@@ -451,7 +451,6 @@
 * tf2sys::                      
 * zp2sys::                      
 * structaccess::                
-* structintern::                
 
 Image Processing
 
--- a/doc/interpreter/stream.txi	Fri Apr 20 07:40:26 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-@c Copyright (C) 1996, 1997 John W. Eaton
-@c This is part of the Octave manual.
-@c For copying conditions, see the file gpl.texi.
-
-@node I/O Streams
-@chapter I/O Streams
-
-@DOCSTRING(isstream)