# HG changeset patch # User jwe # Date 1177056707 0 # Node ID 75c4045cf1dba8fef8ee4f0476029ab53a3eca20 # Parent 1b7a6061a05dab6b172046b8f558eef6d55eacc7 [project @ 2007-04-20 08:09:16 by jwe] diff --git a/doc/interpreter/arith.txi b/doc/interpreter/arith.txi --- a/doc/interpreter/arith.txi +++ b/doc/interpreter/arith.txi @@ -44,6 +44,8 @@ @DOCSTRING(gcd) +@DOCSTRING(gradient) + @DOCSTRING(lcm) @DOCSTRING(log) diff --git a/doc/interpreter/basics.txi b/doc/interpreter/basics.txi --- a/doc/interpreter/basics.txi +++ b/doc/interpreter/basics.txi @@ -272,6 +272,8 @@ Startup files may contain any valid Octave commands, including function definitions. +@DOCSTRING(OCTAVE_HOME) + @DOCSTRING(version) @DOCSTRING(ver) diff --git a/doc/interpreter/bugs.txi b/doc/interpreter/bugs.txi --- a/doc/interpreter/bugs.txi +++ b/doc/interpreter/bugs.txi @@ -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. diff --git a/doc/interpreter/control.txi b/doc/interpreter/control.txi --- a/doc/interpreter/control.txi +++ b/doc/interpreter/control.txi @@ -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) diff --git a/doc/interpreter/data.txi b/doc/interpreter/data.txi --- a/doc/interpreter/data.txi +++ b/doc/interpreter/data.txi @@ -94,8 +94,6 @@ @DOCSTRING(isna) -@DOCSTRING(is_nan_or_na) - @node String Objects @subsection String Objects @cindex strings diff --git a/doc/interpreter/errors.txi b/doc/interpreter/errors.txi --- a/doc/interpreter/errors.txi +++ b/doc/interpreter/errors.txi @@ -12,6 +12,8 @@ @DOCSTRING(error) +@DOCSTRING(beep) + @DOCSTRING(beep_on_error) @DOCSTRING(warning) diff --git a/doc/interpreter/grammar.txi b/doc/interpreter/grammar.txi --- a/doc/interpreter/grammar.txi +++ b/doc/interpreter/grammar.txi @@ -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) diff --git a/doc/interpreter/octave.texi b/doc/interpreter/octave.texi --- a/doc/interpreter/octave.texi +++ b/doc/interpreter/octave.texi @@ -451,7 +451,6 @@ * tf2sys:: * zp2sys:: * structaccess:: -* structintern:: Image Processing diff --git a/doc/interpreter/stream.txi b/doc/interpreter/stream.txi deleted file mode 100644 --- a/doc/interpreter/stream.txi +++ /dev/null @@ -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)