octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [changeset] fix @seealso references to point to existing anchors


From: Thorsten Meyer
Subject: Re: [changeset] fix @seealso references to point to existing anchors
Date: Mon, 27 Oct 2008 22:46:01 +0100
User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)

Thorsten Meyer wrote:
> Hi,
> 
> the attached changeset fixes the docstrings in the sources and the .txi
> files in the documentation such that all @seealso references point to
> existing @anchors. This changeset is meant to prepare for the
> introduction of @seealso{} -> @address@hidden expansion in the
> documentation build process.
Sorry, the patch I sent before was no good (still learning mercurial and
the queue feature especially). Here is a corrected one.

regards

Thorsten
# HG changeset patch
# User Thorsten Meyer <address@hidden>
# Date 1225143588 -3600
# Node ID c61001fc25eb96c369144ba510ad28a724fba5ca
# Parent  5c77c5d12fe3f2fba1e56f3ee75b4b2b69f5cfdb
fix @seealso references to point to existing anchors

diff -r 5c77c5d12fe3 -r c61001fc25eb doc/ChangeLog
--- a/doc/ChangeLog     Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/ChangeLog     Mon Oct 27 22:39:48 2008 +0100
@@ -2,6 +2,12 @@
         * interpreter/munge-texi.cc: adapted to expand @seealso{}
           commands to texinfo references.
           
+2008-10-25  Thorsten Meyer <address@hidden>
+        * system.txi, poly.txi, arith.txi, poly.txi, optim.txi, diffeq.txi,
+          sparse.txi, matrix.txi, plot.txi, io.txi, debug.txi, var.txi,
+          strings.txi: 
+          added missing @DOCSTRING commands to the .txi files of the manual
+
 2008-10-22  David Bateman  <address@hidden>
 
        * interprter/plot.txi: Add documentation for error bar series.
diff -r 5c77c5d12fe3 -r c61001fc25eb doc/interpreter/arith.txi
--- a/doc/interpreter/arith.txi Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/interpreter/arith.txi Mon Oct 27 22:39:48 2008 +0100
@@ -249,6 +249,7 @@
 
 @DOCSTRING(legendre)
 
address@hidden
 @DOCSTRING(lgamma)
 
 @DOCSTRING(cross)
diff -r 5c77c5d12fe3 -r c61001fc25eb doc/interpreter/debug.txi
--- a/doc/interpreter/debug.txi Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/interpreter/debug.txi Mon Oct 27 22:39:48 2008 +0100
@@ -167,6 +167,7 @@
 
 @c leave dbnext undocumented
 
address@hidden
 @DOCSTRING(dbstep)
 
 @node Call Stack
diff -r 5c77c5d12fe3 -r c61001fc25eb doc/interpreter/diffeq.txi
--- a/doc/interpreter/diffeq.txi        Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/interpreter/diffeq.txi        Mon Oct 27 22:39:48 2008 +0100
@@ -147,6 +147,10 @@
 and @var{dasrt}, which can be used to solve DAEs with constraints
 (stopping conditions).
 
address@hidden(dassl)
+
address@hidden(dassl_options)
+
 @DOCSTRING(dasrt)
 
 @DOCSTRING(dasrt_options)
diff -r 5c77c5d12fe3 -r c61001fc25eb doc/interpreter/func.txi
--- a/doc/interpreter/func.txi  Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/interpreter/func.txi  Mon Oct 27 22:39:48 2008 +0100
@@ -335,6 +335,7 @@
 
 @DOCSTRING(nargoutchk)
 
address@hidden @anchor{doc-varargout}
 @node Variable-length Argument Lists
 @section Variable-length Argument Lists
 @cindex variable-length argument lists
diff -r 5c77c5d12fe3 -r c61001fc25eb doc/interpreter/io.txi
--- a/doc/interpreter/io.txi    Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/interpreter/io.txi    Mon Oct 27 22:39:48 2008 +0100
@@ -752,6 +752,8 @@
 
 @DOCSTRING(fscanf)
 
address@hidden(scanf)
+
 @DOCSTRING(sscanf)
 
 Calls to @code{scanf} are superficially similar to calls to
diff -r 5c77c5d12fe3 -r c61001fc25eb doc/interpreter/matrix.txi
--- a/doc/interpreter/matrix.txi        Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/interpreter/matrix.txi        Mon Oct 27 22:39:48 2008 +0100
@@ -143,6 +143,7 @@
 
 @DOCSTRING(swaprows)
 
address@hidden
 @DOCSTRING(tril)
 
 @DOCSTRING(vec)
diff -r 5c77c5d12fe3 -r c61001fc25eb doc/interpreter/oop.txi
--- a/doc/interpreter/oop.txi   Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/interpreter/oop.txi   Mon Oct 27 22:39:48 2008 +0100
@@ -349,6 +349,14 @@
 @subsection Operator Overloading
 
 @float Table,tab:overload_ops
+
address@hidden @anchor{doc-plus} @anchor{doc-minus} @anchor{doc-uplus} 
address@hidden @anchor{doc-mtimes} @anchor{doc-mrdivide}
address@hidden @anchor{doc-mldivide} @anchor{doc-power} 
address@hidden @anchor{doc-lt} @anchor{doc-le} @anchor{doc-gt} 
address@hidden @anchor{doc-eq} @anchor{doc-ne} @anchor{doc-and} 
address@hidden @anchor{doc-not} @anchor{doc-ctranspose} @anchor{doc-transpose}
+
 @iftex
 @tex
 \vskip 6pt
@@ -361,13 +369,13 @@
 & Operation && Method && Description &\cr
 \noalign{\hrule}
 & $a + b$ && plus (a, b) && Binary addition operator&\cr
-& $a - b$ && plus (a, b) && Binary subtraction operator&\cr
+& $a - b$ && minus (a, b) && Binary subtraction operator&\cr
 & $+ a$ && uplus (a) && Unary addition operator&\cr
-& $- a$ && uminus (a) && Unary subtraction operator&\cr
+& $- a$ && @anchor{doc-uminus} uminus (a) && Unary subtraction operator&\cr
 & $a .* b$ && times (a, b) && Element-wise multiplication operator&\cr
 & $a * b$ && mtimes (a, b) && Matrix multiplication operator&\cr
 & $a ./ b$ && rdivide (a, b) && Element-wise right division operator&\cr
-& $a / b$ && mrdivide (a, b) && Matrix right division operator&\cr
+& $a / b$ &&  mrdivide (a, b) && Matrix right division operator&\cr
 & $a .\backslash b$ && ldivide (a, b) && Element-wise left division 
operator&\cr
 & $a \backslash b$ && mldivide (a, b) && Matrix left division operator&\cr
 & $a .\hat b$ && power (a, b) && Element-wise power operator&\cr
@@ -381,7 +389,7 @@
 & $a \& b$ && and (a, b) && Logical and operator&\cr
 & $a | b$ && or (a, b) && Logical or operator&\cr
 & $! b$ && not (a) && Logical not operator&\cr
-& $a'$ && ctranspose (a) && Complex conjugate transpose operator &\cr
+& $a'$ &&  ctranspose (a) && Complex conjugate transpose operator &\cr
 & $a.'$ && transpose (a) && Transpose operator &\cr
 & $a : b$ && colon (a, b) && Two element range operator &\cr
 & $a : b : c$ && colon (a, b, c) && Three element range operator &\cr
diff -r 5c77c5d12fe3 -r c61001fc25eb doc/interpreter/optim.txi
--- a/doc/interpreter/optim.txi Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/interpreter/optim.txi Mon Oct 27 22:39:48 2008 +0100
@@ -28,7 +28,8 @@
 * Linear Programming::       
 * Quadratic Programming::       
 * Nonlinear Programming::       
-* Linear Least Squares::        
+* Linear Least Squares:: 
+*        
 @end menu
 
 @c @cindex linear programming
@@ -138,3 +139,5 @@
 @DOCSTRING(gls)
 
 @DOCSTRING(lsqnonneg)
+
address@hidden(optimset)
diff -r 5c77c5d12fe3 -r c61001fc25eb doc/interpreter/plot.txi
--- a/doc/interpreter/plot.txi  Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/interpreter/plot.txi  Mon Oct 27 22:39:48 2008 +0100
@@ -336,6 +336,8 @@
 
 @DOCSTRING(text)
 
address@hidden
address@hidden
 @DOCSTRING(xlabel)
 
 @DOCSTRING(box)
@@ -632,12 +634,15 @@
 
 @DOCSTRING(ishold)
 
-To clear the current figure, call the @code{clf} function.  To bring it
+To clear the current figure, call the @code{clf} function.  To clear the
+current axis, call the @code{cla} function. To bring the current fingure
 to the top of the window stack, call the @code{shg} function.  To delete
 a graphics object, call @code{delete} on its index.  To close the
-figure window, call the @code{close} function.
+figure window, call the @code{close} function. 
 
 @DOCSTRING(clf)
+
address@hidden(cla)
 
 @DOCSTRING(shg)
 
@@ -1606,7 +1611,10 @@
 
 @DOCSTRING(refreshdata)
 
address@hidden
 @c add the description of the linkdata function here when it is written
address@hidden remove the explicit anchor when you add the corresponding 
@DOCSTRING
address@hidden command
 
 @node Area series
 @subsubsection Area series
diff -r 5c77c5d12fe3 -r c61001fc25eb doc/interpreter/poly.txi
--- a/doc/interpreter/poly.txi  Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/interpreter/poly.txi  Mon Oct 27 22:39:48 2008 +0100
@@ -85,6 +85,8 @@
 
 @DOCSTRING(compan)
 
address@hidden(mpoles)
+
 @node Products of Polynomials
 @section Products of Polynomials
 
@@ -118,6 +120,8 @@
 @DOCSTRING(polyderiv)
 
 @DOCSTRING(polyder)
+
address@hidden(polyinteg)
 
 @DOCSTRING(polyint)
 
@@ -171,3 +175,5 @@
 @DOCSTRING(polyreduce)
 
 
+
+
diff -r 5c77c5d12fe3 -r c61001fc25eb doc/interpreter/sparse.txi
--- a/doc/interpreter/sparse.txi        Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/interpreter/sparse.txi        Mon Oct 27 22:39:48 2008 +0100
@@ -817,6 +817,8 @@
 
 @DOCSTRING(normest)
 
address@hidden(onenormest)
+
 @DOCSTRING(condest)
 
 @DOCSTRING(spparms)
diff -r 5c77c5d12fe3 -r c61001fc25eb doc/interpreter/strings.txi
--- a/doc/interpreter/strings.txi       Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/interpreter/strings.txi       Mon Oct 27 22:39:48 2008 +0100
@@ -188,6 +188,8 @@
 
 @DOCSTRING(strvcat)
 
address@hidden(cstrcat)
+
 @DOCSTRING(strtrunc)
 
 @DOCSTRING(string_fill_char)
diff -r 5c77c5d12fe3 -r c61001fc25eb doc/interpreter/system.txi
--- a/doc/interpreter/system.txi        Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/interpreter/system.txi        Mon Oct 27 22:39:48 2008 +0100
@@ -121,6 +121,7 @@
 
 @DOCSTRING(is_leap_year)
 
address@hidden
 @DOCSTRING(tic)
 
 @DOCSTRING(pause)
@@ -142,6 +143,10 @@
 @DOCSTRING(weekday)
 
 @DOCSTRING(eomday)
+
address@hidden(eomdate)
+
address@hidden(datetick)
 
 @node Filesystem Utilities
 @section Filesystem Utilities
@@ -229,6 +234,8 @@
 
 @DOCSTRING(unpack)
 
address@hidden(bzip2)
+
 @node Networking Utilities
 @section Networking Utilities
 
@@ -278,6 +285,28 @@
 @DOCSTRING(dup2)
 
 @DOCSTRING(waitpid)
+
address@hidden(WCONTINUE)
+
address@hidden(WCOREDUMP)
+
address@hidden(WEXITSTATUS)
+
address@hidden(WIFCONTINUED)
+ 
address@hidden(WIFSIGNALED)
+
address@hidden(WIFSTOPPED)
+
address@hidden(WIFEXITED)
+
address@hidden(WNOHANG)
+
address@hidden(WSTOPSIG)
+ 
address@hidden(WTERMSIG)
+
address@hidden(WUNTRACED)
 
 @DOCSTRING(fcntl)
 
@@ -408,11 +437,15 @@
 
 @DOCSTRING(isunix)
 
address@hidden(ismac)
+
 @DOCSTRING(isieee)
 
 @DOCSTRING(OCTAVE_HOME)
 
 @DOCSTRING(OCTAVE_VERSION)
+
address@hidden(license)
 
 @DOCSTRING(version)
 
diff -r 5c77c5d12fe3 -r c61001fc25eb doc/interpreter/var.txi
--- a/doc/interpreter/var.txi   Mon Oct 27 22:39:35 2008 +0100
+++ b/doc/interpreter/var.txi   Mon Oct 27 22:39:48 2008 +0100
@@ -183,6 +183,7 @@
 @cindex persistent variables
 @cindex @code{persistent} statement
 @cindex variables, persistent
address@hidden
 
 A variable that has been declared @dfn{persistent} within a function
 will retain its contents in memory between subsequent calls to the
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/ChangeLog
--- a/scripts/ChangeLog Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/ChangeLog Mon Oct 27 22:39:48 2008 +0100
@@ -6,6 +6,22 @@
         * miscellaneous/bzip2: added command (which is already referenced
           in the bunzip2 command)
                   
+2008-10-25  Thorsten Meyer <address@hidden>
+        * set/create_set.m, set/ismember.m, set/union.m, 
+          set/complement.m: fixed @seealso references to deprecated 
+          function intersection
+        * polynomial/polyvalm.m, polyout.m, polyint.m, polygcd.m,
+          deprecated/polyinteg.m: 
+          removed "and" from @seealso string
+        * specfun/betaln.m: changed @seealso reference from deprecated
+          betai to betainc
+        * plot/plot.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m, 
+          plot/plot3.m: corrected @seealso references to ylabel and 
+          zlabel.
+        * general/issymmetric.m, imagesc.m,specfun/realpow.m,
+          polynomial/polyfit.m, time/eomday.m: 
+          removed @seealso reference to non-existing functions       
+
 2008-10-22  Ben Abbott <address@hidden>
 
        * plot/cla.m: Fix error when no children to clear.
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/deprecated/polyinteg.m
--- a/scripts/deprecated/polyinteg.m    Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/deprecated/polyinteg.m    Mon Oct 27 22:39:48 2008 +0100
@@ -22,8 +22,8 @@
 ## coefficients are represented by the vector @var{c}.
 ##
 ## The constant of integration is set to zero.
-## @seealso{poly, polyderiv, polyreduce, roots, conv, deconv, residue,
-## filter, polyval, and polyvalm}
+## @seealso{polyint, poly, polyderiv, polyreduce, roots, conv, deconv, residue,
+## filter, polyval, polyvalm}
 ## @end deftypefn
 
 ## Author: Tony Richardson <address@hidden>
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/general/issymmetric.m
--- a/scripts/general/issymmetric.m     Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/general/issymmetric.m     Mon Oct 27 22:39:48 2008 +0100
@@ -24,7 +24,7 @@
 ## @var{tol} is omitted, use a tolerance equal to the machine precision.
 ## Matrix @var{x} is considered symmetric if
 ## @code{norm (@var{x} - @var{x}.', inf) / norm (@var{x}, inf) < @var{tol}}.
-## @seealso{size, rows, columns, length, ishermitian, ismatrix, isscalar,
+## @seealso{size, rows, columns, length, ismatrix, isscalar,
 ## issquare, isvector}
 ## @end deftypefn
 
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/image/imagesc.m
--- a/scripts/image/imagesc.m   Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/image/imagesc.m   Mon Oct 27 22:39:48 2008 +0100
@@ -33,7 +33,7 @@
 ## values for the respective axes, or as values for each row and column
 ## of the matrix @var{a}.
 ##
-## @seealso{image, imshow, clim, caxis}
+## @seealso{image, imshow, caxis}
 ## @end deftypefn
 
 ## Author: Tony Richardson <address@hidden>
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/plot/plot3.m
--- a/scripts/plot/plot3.m      Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/plot/plot3.m      Mon Oct 27 22:39:48 2008 +0100
@@ -79,7 +79,7 @@
 ##    plot3 (z, exp(2i*pi*z), ";complex sinusoid;");
 ## @end group
 ## @end example
-## @seealso{plot}
+## @seealso{plot, xlabel, ylabel, zlabel, title, print}
 ## @end deftypefn
 
 ## Author: Paul Kienzle
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/plot/xlabel.m
--- a/scripts/plot/xlabel.m     Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/plot/xlabel.m     Mon Oct 27 22:39:48 2008 +0100
@@ -25,7 +25,7 @@
 ## Specify x, y, and z axis labels for the current figure. If @var{h} is
 ## specified then label the axis defined by @var{h}.
 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour,
-## bar, stairs,  ylabel, title}
+## bar, stairs, title}
 ## @end deftypefn
 
 ## PKG_ADD: mark_as_command xlabel
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/plot/ylabel.m
--- a/scripts/plot/ylabel.m     Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/plot/ylabel.m     Mon Oct 27 22:39:48 2008 +0100
@@ -20,7 +20,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} ylabel (@var{string})
 ## @deftypefnx {Function File} {} ylabel (@var{h}, @var{string})
-## See xlabel.
+## @seealso{xlabel}.
 ## @end deftypefn
 
 ## PKG_ADD: mark_as_command ylabel
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/plot/zlabel.m
--- a/scripts/plot/zlabel.m     Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/plot/zlabel.m     Mon Oct 27 22:39:48 2008 +0100
@@ -20,7 +20,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} zlabel (@var{string})
 ## @deftypefnx {Function File} {} zlabel (@var{h}, @var{string})
-## See xlabel.
+## @seealso{xlabel}.
 ## @end deftypefn
 
 ## PKG_ADD: mark_as_command zlabel
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/polynomial/polyfit.m
--- a/scripts/polynomial/polyfit.m      Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/polynomial/polyfit.m      Mon Oct 27 22:39:48 2008 +0100
@@ -48,7 +48,7 @@
 ## Where @var{mu}(1) = mean (@var{x}), and @var{mu}(2) = std (@var{x}).
 ## This linear transformation of @var{x} improves the numerical
 ## stability of the fit.
-## @seealso{polyval, polyconf, residue}
+## @seealso{polyval, residue}
 ## @end deftypefn
 
 ## Author: KH <address@hidden>
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/polynomial/polygcd.m
--- a/scripts/polynomial/polygcd.m      Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/polynomial/polygcd.m      Mon Oct 27 22:39:48 2008 +0100
@@ -38,7 +38,7 @@
 ## @result{} [ 0, 0, 0 ]
 ## @end example
 ## @seealso{poly, polyinteg, polyderiv, polyreduce, roots, conv, deconv,
-## residue, filter, polyval, and polyvalm}
+## residue, filter, polyval, polyvalm}
 ## @end deftypefn
 
 function x = polygcd (b, a, tol)
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/polynomial/polyint.m
--- a/scripts/polynomial/polyint.m      Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/polynomial/polyint.m      Mon Oct 27 22:39:48 2008 +0100
@@ -22,7 +22,7 @@
 ## coefficients are represented by the vector @var{c}. The variable
 ## @var{k} is the constant of integration, which by default is set to zero.
 ## @seealso{poly, polyderiv, polyreduce, roots, conv, deconv, residue,
-## filter, polyval, and polyvalm}
+## filter, polyval, polyvalm}
 ## @end deftypefn
 
 ## Author: Tony Richardson <address@hidden>
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/polynomial/polyout.m
--- a/scripts/polynomial/polyout.m      Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/polynomial/polyout.m      Mon Oct 27 22:39:48 2008 +0100
@@ -34,7 +34,7 @@
 ##  @var{nargout} is zero).
 ##  @var{x} defaults to the string @code{"s"}.
 ## @seealso{polyval, polyvalm, poly, roots, conv, deconv, residue,
-## filter, polyderiv, and polyinteg}
+## filter, polyderiv, polyinteg}
 ## @end deftypefn
 
 ## Author: A. S. Hodel <address@hidden>
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/polynomial/polyvalm.m
--- a/scripts/polynomial/polyvalm.m     Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/polynomial/polyvalm.m     Mon Oct 27 22:39:48 2008 +0100
@@ -27,7 +27,7 @@
 ##
 ## The argument @var{x} must be a square matrix.
 ## @seealso{polyval, poly, roots, conv, deconv, residue, filter,
-## polyderiv, and polyinteg}
+## polyderiv, polyinteg}
 ## @end deftypefn
 
 ## Author: Tony Richardson <address@hidden>
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/set/complement.m
--- a/scripts/set/complement.m  Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/set/complement.m  Mon Oct 27 22:39:48 2008 +0100
@@ -28,7 +28,7 @@
 ##      @result{} 5
 ## @end group
 ## @end example
-## @seealso{create_set, union, intersection}
+## @seealso{create_set, union, intersect}
 ## @end deftypefn
 
 ## Author: jwe
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/set/create_set.m
--- a/scripts/set/create_set.m  Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/set/create_set.m  Mon Oct 27 22:39:48 2008 +0100
@@ -40,7 +40,7 @@
 ##     4   2
 ## @end group
 ## @end example
-## @seealso{union, intersection, complement, unique}
+## @seealso{union, intersect, complement, unique}
 ## @end deftypefn
 
 ## Author: jwe
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/set/ismember.m
--- a/scripts/set/ismember.m    Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/set/ismember.m    Mon Oct 27 22:39:48 2008 +0100
@@ -60,7 +60,7 @@
 ## @end group
 ## @end example
 ##
-## @seealso{unique, union, intersection, setxor, setdiff}
+## @seealso{unique, union, intersect, setxor, setdiff}
 ## @end deftypefn
 
 ## Author: Paul Kienzle <address@hidden>
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/set/union.m
--- a/scripts/set/union.m       Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/set/union.m       Mon Oct 27 22:39:48 2008 +0100
@@ -48,7 +48,7 @@
 ## Return index vectors @var{ia} and @var{ib} such that @code{a==c(ia)} and
 ## @code{b==c(ib)}.
 ## 
-## @seealso{create_set, intersection, complement}
+## @seealso{create_set, intersect, complement}
 ## @end deftypefn
 
 ## Author: jwe
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/specfun/betaln.m
--- a/scripts/specfun/betaln.m  Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/specfun/betaln.m  Mon Oct 27 22:39:48 2008 +0100
@@ -32,7 +32,7 @@
 ## betaln (a, b) = gammaln (a) + gammaln (b) - gammaln (a + b)
 ## @end example
 ## @end ifinfo
-## @seealso{beta, betai, gammaln}
+## @seealso{beta, betainc, gammaln}
 ## @end deftypefn
 
 ## Author:   Nicol N. Schraudolph <address@hidden>
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/specfun/realpow.m
--- a/scripts/specfun/realpow.m Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/specfun/realpow.m Mon Oct 27 22:39:48 2008 +0100
@@ -21,7 +21,7 @@
 ## Return the element by element power operator. This is equivalent to
 ## @address@hidden .^ @var{y}}, except that if the return value
 ## is complex @code{realpow} produces an error.
-## @seealso{pow, reallog, realsqrt}
+## @seealso{reallog, realsqrt}
 ## @end deftypefn
 
 function z = realpow (x, y)
diff -r 5c77c5d12fe3 -r c61001fc25eb scripts/time/eomday.m
--- a/scripts/time/eomday.m     Mon Oct 27 22:39:35 2008 +0100
+++ b/scripts/time/eomday.m     Mon Oct 27 22:39:48 2008 +0100
@@ -19,7 +19,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} address@hidden =} eomday (@var{y}, @var{m})
 ## Return the last day of the month @var{m} for the year @var{y}.
-## @seealso{datenum, datevec, weekday, eomdate}
+## @seealso{datenum, datevec, weekday}
 ## @end deftypefn
 
 ## Author: pkienzle <address@hidden>
diff -r 5c77c5d12fe3 -r c61001fc25eb src/ChangeLog
--- a/src/ChangeLog     Mon Oct 27 22:39:35 2008 +0100
+++ b/src/ChangeLog     Mon Oct 27 22:39:48 2008 +0100
@@ -1,3 +1,21 @@
+2008-10-25  Thorsten Meyer <address@hidden>
+        * data.cc:  removed "add" from @seealso string
+        * mappers.cc: replace @seealso reference to deprecated gammai 
+          by gammainc
+        * DLD-FUNCTIONS/sqrtm.cc: removed reference to octave forge
+          function funm
+        * DLD-FUNCTIONS/qz.cc: removed @seealso reference to octave forge 
+          function dare
+        * DLD-FUNCTIONS/rcond.cc: removed @seealso reference to mldivide
+        * debug.cc: corrected @seealso references and function name in
+          docstring of dbnext
+        * cellfun.cc: removed @seealso reference to isclass
+        * syscalls.cc: replaced WCONTINUED by WCONTINUE
+        * oct-hist.cc: fixed @seealso references to 
+          history_timestamp_format_string
+        * DLD-FUNCTIONS/luinc.cc: removed reference to missing function
+          cholinc
+        
 2008-10-23  John W. Eaton  <address@hidden>
 
        * oct-hist.c (initialize_history): New arg, read_history_file)
diff -r 5c77c5d12fe3 -r c61001fc25eb src/DLD-FUNCTIONS/cellfun.cc
--- a/src/DLD-FUNCTIONS/cellfun.cc      Mon Oct 27 22:39:35 2008 +0100
+++ b/src/DLD-FUNCTIONS/cellfun.cc      Mon Oct 27 22:39:48 2008 +0100
@@ -124,7 +124,7 @@
 @end group\n\
 @end example\n\
 \n\
address@hidden, islogical, isreal, length, ndims, numel, size, isclass}\n\
address@hidden, islogical, isreal, length, ndims, numel, size}\n\
 @end deftypefn")
 {
   octave_value_list retval;
diff -r 5c77c5d12fe3 -r c61001fc25eb src/DLD-FUNCTIONS/luinc.cc
--- a/src/DLD-FUNCTIONS/luinc.cc        Mon Oct 27 22:39:35 2008 +0100
+++ b/src/DLD-FUNCTIONS/luinc.cc        Mon Oct 27 22:39:48 2008 +0100
@@ -93,7 +93,7 @@
 \n\
 Given the string argument 'vector', @dfn{luinc} returns the values of 
@var{p}\n\
 @var{q} as vector values.\n\
address@hidden, lu, cholinc}\n\
address@hidden, lu}\n\
 @end deftypefn")
 {
   int nargin = args.length ();
diff -r 5c77c5d12fe3 -r c61001fc25eb src/DLD-FUNCTIONS/qz.cc
--- a/src/DLD-FUNCTIONS/qz.cc   Mon Oct 27 22:39:35 2008 +0100
+++ b/src/DLD-FUNCTIONS/qz.cc   Mon Oct 27 22:39:48 2008 +0100
@@ -280,7 +280,7 @@
 Note: qz performs permutation balancing, but not scaling (see balance).\n\
 Order of output arguments was selected for compatibility with MATLAB\n\
 \n\
address@hidden, dare, eig, schur}\n\
address@hidden, eig, schur}\n\
 @end deftypefn")
 {
   octave_value_list retval;
diff -r 5c77c5d12fe3 -r c61001fc25eb src/DLD-FUNCTIONS/rcond.cc
--- a/src/DLD-FUNCTIONS/rcond.cc        Mon Oct 27 22:39:35 2008 +0100
+++ b/src/DLD-FUNCTIONS/rcond.cc        Mon Oct 27 22:39:48 2008 +0100
@@ -40,7 +40,7 @@
 The matrix @var{a} must not be sparse. If the matrix is sparse then\n\
 @code{condest (@var{a})} or @code{rcond (full (@var{a}))} should be used\n\
 instead.\n\
address@hidden, mldivide}\n\
address@hidden
 @end deftypefn")
 {
   octave_value retval;
diff -r 5c77c5d12fe3 -r c61001fc25eb src/DLD-FUNCTIONS/sqrtm.cc
--- a/src/DLD-FUNCTIONS/sqrtm.cc        Mon Oct 27 22:39:35 2008 +0100
+++ b/src/DLD-FUNCTIONS/sqrtm.cc        Mon Oct 27 22:39:48 2008 +0100
@@ -178,7 +178,7 @@
 Ref: Nicholas J. Higham. A new sqrtm for MATLAB. Numerical Analysis\n\
 Report No. 336, Manchester Centre for Computational Mathematics,\n\
 Manchester, England, January 1999.\n\
address@hidden, logm, funm}\n\
address@hidden, logm}\n\
 @end deftypefn")
 {
   octave_value_list retval;
diff -r 5c77c5d12fe3 -r c61001fc25eb src/data.cc
--- a/src/data.cc       Mon Oct 27 22:39:35 2008 +0100
+++ b/src/data.cc       Mon Oct 27 22:39:48 2008 +0100
@@ -2487,7 +2487,7 @@
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} columns (@var{a})\n\
 Return the number of columns of @var{a}.\n\
address@hidden, numel, rows, length, isscalar, isvector, and ismatrix}\n\
address@hidden, numel, rows, length, isscalar, isvector, ismatrix}\n\
 @end deftypefn")
 {
   octave_value retval;
diff -r 5c77c5d12fe3 -r c61001fc25eb src/debug.cc
--- a/src/debug.cc      Mon Oct 27 22:39:35 2008 +0100
+++ b/src/debug.cc      Mon Oct 27 22:39:48 2008 +0100
@@ -378,7 +378,7 @@
 @end table\n\
 \n\
 The rline returned is the real line that the breakpoint was set at.\n\
address@hidden, dbstatus, dbnext}\n\
address@hidden, dbstatus, dbstep}\n\
 @end deftypefn")
 {
   bp_table::intmap retval;
@@ -972,7 +972,7 @@
 
 DEFCMD (dbnext, args, ,
   "-*- texinfo -*-\n\
address@hidden {Command} {} dbquit ()\n\
address@hidden {Command} {} dbnext ()\n\
 In debugging mode, execute the next line of code without stepping in to\n\
 functions. This is synonymous with @code{dbstep}.\n\
 @seealso{dbstep, dbcont, dbquit}\n\
diff -r 5c77c5d12fe3 -r c61001fc25eb src/mappers.cc
--- a/src/mappers.cc    Mon Oct 27 22:39:35 2008 +0100
+++ b/src/mappers.cc    Mon Oct 27 22:39:48 2008 +0100
@@ -749,7 +749,7 @@
          t=0\n\
 @end example\n\
 @end ifinfo\n\
address@hidden, lgamma}\n\
address@hidden, lgamma}\n\
 @end deftypefn")
 {
   octave_value retval;
@@ -1125,7 +1125,7 @@
 @deftypefn {Mapping Function} {} lgamma (@var{x})\n\
 @deftypefnx {Mapping Function} {} gammaln (@var{x})\n\
 Return the natural logarithm of the gamma function of @var{x}.\n\
address@hidden, gammai}\n\
address@hidden, gammainc}\n\
 @end deftypefn")
 {
   octave_value retval;
diff -r 5c77c5d12fe3 -r c61001fc25eb src/oct-hist.cc
--- a/src/oct-hist.cc   Mon Oct 27 22:39:35 2008 +0100
+++ b/src/oct-hist.cc   Mon Oct 27 22:39:48 2008 +0100
@@ -670,7 +670,7 @@
 Query or set the internal variable that specifies how many entries\n\
 to store in the history file.  The default value is @code{1024},\n\
 but may be overridden by the environment variable @code{OCTAVE_HISTSIZE}.\n\
address@hidden, history_timestamp_format, saving_history}\n\
address@hidden, history_timestamp_format_string, saving_history}\n\
 @end deftypefn")
 {
   int saved_history_size = Vhistory_size;
@@ -729,7 +729,7 @@
 @deftypefnx {Built-in Function} address@hidden =} saving_history 
(@var{new_val})\n\
 Query or set the internal variable that controls whether commands entered\n\
 on the command line are saved in the history file.\n\
address@hidden, history_size, history_timestamp_format}\n\
address@hidden, history_size, history_timestamp_format_string}\n\
 @end deftypefn")
 {
   octave_value retval = SET_INTERNAL_VARIABLE (saving_history);
diff -r 5c77c5d12fe3 -r c61001fc25eb src/syscalls.cc
--- a/src/syscalls.cc   Mon Oct 27 22:39:35 2008 +0100
+++ b/src/syscalls.cc   Mon Oct 27 22:39:48 2008 +0100
@@ -1284,7 +1284,7 @@
 Report the status of any child processes that are stopped, and whose\n\
 status has not yet been reported since they stopped.\n\
 \n\
address@hidden WCONTINUED\n\
address@hidden WCONTINUE\n\
 Return if a stopped child has been resumed by delivery of @code{SIGCONT}.\n\
 This value may not be meaningful on all systems.\n\
 @end table\n\
@@ -1294,7 +1294,7 @@
 be less than zero and @var{msg} will contain a system-dependent error\n\
 message.  The value of @var{status} contains additional system-dependent\n\
 information about the subprocess that exited.\n\
address@hidden, WCOREDUMP, WEXITSTATUS, WIFCONTINUED, WIFSIGNALED, WIFSTOPPED, 
WNOHANG, WSTOPSIG, WTERMSIG, WUNTRACED}\n\
address@hidden, WCOREDUMP, WEXITSTATUS, WIFCONTINUED, WIFSIGNALED, WIFSTOPPED, 
WNOHANG, WSTOPSIG, WTERMSIG, WUNTRACED}\n\
 @end deftypefn")
 {
   octave_value_list retval;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]